avoiding the C++ preprocessor
2018-04-20 02:04:58.085417+02 by Dan Lyke 0 comments
Five examples for avoiding the C++ preprocessor. From using constexpr to some simple operator overloading to allow for stacking of bit significant enums and a few other things about modern C++ it'd be useful for me to internalize.