
28 Oct
2013
28 Oct
'13
7:17 p.m.
[Jonathan Wakely]
Yes, but you could combine it with checking the value of __cplusplus: #if __cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)
VC unconditionally supports an increasing amount of C++11 stuff, but still defines __cplusplus to 199711. STL