
The downfall of the C++ Preprocessor
✗ Preprocessing is dying everywhere
✗ Modules = no more #includes
✗ Templates functions & variables = 0 #define
✗ Variadics = no more PP blood magic
✗ Everywhere ? Not in a tiny corner of C++
✗ #ifdef nests for platform checks
✗ #ifdef nests for compiler versions
✗ Basically all Boost.Predef use cases
文档被以下合辑收录
评论