Hacker News new | ask | show | jobs
by _0w8t 1044 days ago
The primary reason for Pimpl is to ensure binary compatibility for C++. QT uses it extensively precisely for this reason. Reduced compilation time is just a nice bonus.