/fastpimpl_diy

PIMPL without dynamic allocations

Primary LanguageC++

Fast PIMPL

Summary

Inspired by report of Anthony Polukhin from Yandex about Fast PIMPL.

This approach doesn't use dynamic allocations (thus resolving main pimpl flaw)