
9 Jul
2012
9 Jul
'12
4:14 p.m.
[Beman Dawes]
Is it OK to add a BOOST_NO_RANGE_BASED_FOR macro to trunk?
[Marshall Clow]
1) Can you just test for c++11 support? Range based for loops are pretty basic #if __cplusplus >= 201103L
VC11 supports range-for, but defines __cplusplus to 199711. STL