On 08/21/2015 01:43 AM, Walter Bright wrote:
I'm still amazed by how even modern C++ code bases embed the trickiest, most bizarre uses of the preprocessor and then build their entire code structure around it.
I probably haven't seen all the stuff you have, but I find that's the only way to tolerate working in C++: Macro the crap out of it :)
