2 Dec
2017
2 Dec
'17
10:09 p.m.
Edward Diener wrote:
Use:
BOOST_PRAGMA_MESSAGE( "something" )
Shouldn't this be:
BOOST_PRAGMA_MESSAGE( something )
Maybe. Should it be? #pragma message does take a quoted string: #pragma message( "something" ) as opposed to #warning, which doesn't: #warning something Since the macro is called PRAGMA_MESSAGE, a quoted string seemed more appropriate.