Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

pimpl can solve several problems and allowing to extend struct without breaking ABI is the one is them. But even such implementation of pimpl breaks compile time and ABI dependency. You can't change size without breaking ABI, but still can change members, etc (e.g. replace current fields with heap allocated to extend without breaking ABI :))


Sure, but you could have done that without pimpl, too. At least without defaulted or inlined constructors/destructors/etc.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: