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
Construct path for #include directive with macro

I would like to have include file paths dynamically created by a macro for a target-configuration-dependent part of my program. …

c++ macros include boost-preprocessor
Register a C++ class so that later a function can iterate over all registered classes

I am trying to write an application that is loading its extensions dynamically during runtime. I used Boost Preprocessor library …

c++ metaprogramming registration boost-preprocessor
Can I append to a preprocessor macro?

Is there any way in standard C—or with GNU extensions—to append stuff to a macro definition? E.g., …

c macros c-preprocessor boost-preprocessor x-macros