Rule: Allocator nested typedef removed¶
Canonical rule slug: allocator-nested-typedef-removed. ← back to all rules
An allocator-like template drops a nested typedef the standard library contract requires, breaking generic code that names it.
Canonical demonstration¶
- case95_allocator_nested_typedef_removed — Allocator Nested-Typedef Removed (🔴 BREAKING)