Top "Boost-preprocessor" questions

Boost.

How do I show the value of a #define at compile-time?

I am trying to figure out what version of Boost my code thinks it's using. I want to do something …

macros c-preprocessor boost-preprocessor
D_WIN32_WINNT compiler warning with Boost

Not sure what to make of this error. Added -D_WIN32_WINNT=0x0501 to Visual Studio's "Command Line" options under …

c++ boost boost-preprocessor
Is the C99 preprocessor Turing complete?

After discovering the Boost preprocessor's capabilities I found myself wondering: Is the C99 preprocessor Turing complete? If not, what does …

c-preprocessor theory boost-preprocessor turing-complete