c13b89c8f9
note - failed to show up in tests. probably included superfluously in other headers.
18 lines
297 B
C++
18 lines
297 B
C++
#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;
|