Rule: Internal templated base leaks¶
Canonical rule slug: detail-templated-base-changed. ← back to all rules
A public class derives from an internal template, so changing that template's members shifts the public class's own layout.
Canonical demonstration¶
- case77_detail_templated_base_changed — Internal
detail::Templated Base Class Layout Change (🔴 BREAKING)