4 Dec
2017
4 Dec
'17
2:42 p.m.
Fletcher, John P wrote:
My aim was to reduce the number of extra lines of output. Mine has 2 extra lines against 3 for yours. The line starting <scratch space> seems to be a feature of the Clang implementation of _Pragma.
Ah. #define BOOST_PRAGMA_MESSAGE( x ) _Pragma(BOOST_STRINGIZE(message(x))) then. This works for g++ too, no need to make it clang-specific.