The \"not\", \"and\", etc... are keywords in C++ (macros in C). Is there any way to \"enable\" them in Visual Studio 2013? I\'m able to use the words as macroses with
On a more recent version of VS (tested on Version 15.7.0 Preview 3.0); ensure that conformance mode is set for visual studio:
It then compiles with the alternative operator representations.