Skip to content

Rule: Internal pimpl vtable leaks

Canonical rule slug: detail-pimpl-vtable-changed. ← back to all rules

A pimpl-hidden implementation is polymorphic and its vtable is reachable through the public type, so internal virtual changes break consumers.

Canonical demonstration