1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#include "../../../boost/config.hpp" #if defined(__clang__) #pragma message "__clang__ defined" #endif #if defined(BOOST_CLANG) #pragma message "BOOST_CLANG defined" #endif #if defined(__GNUC__) #pragma message "__GNUC__ defined" #endif #include "../../../boost/mpl/print.hpp" typedef int x;