
29 Oct
2013
29 Oct
'13
1:17 a.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