24 Oct
2016
24 Oct
'16
5:55 a.m.
2016-10-23 22:54 GMT+02:00 Rene Rivera
Most Predef macros are always defined. The exception are the *_AVAILABLE defs. You need to do either one of these:
#if BOOST_COMP_MSVC
or:
#if defined(BOOST_COMP_MSVC_AVAILABLE)
HTH
ah false assumtion from my side, thx Rene