On Tue, Apr 23, 2013 at 8:15 AM, Allan Sandfeld Jensen <carew...@gmail.com> wrote: > On Sunday 21 April 2013, Jonathan Wakely wrote: >> I'm starting to implement some new library features voted into C++14 >> at the Bristol meeting and am wondering what feature check to use. >> >> Will there be a macro like _GXX_EXPERIMENTAL_CXX1Y__ to correspond to >> -std=c++1y? >> >> Alternatively we could set the value of __cplusplus to 201400L but I'm >> not sure that's strictly allowed. > > Isn't C++14 only an update of the standard library not the language,
As explained in numerous postings, that isn't the case. See http://isocpp.org/blog/2013/04/trip-report-iso-c-spring-2013-meeting -- Gaby