Macro for C++14 support
Paolo Carlini
paolo.carlini@oracle.com
Tue Apr 23 14:53:00 GMT 2013
Hi,
Jonathan Wakely <jwakely.gcc@gmail.com> ha scritto:
>But remember we no longer use __GXX_EXPERIMENTAL_CXX0X__ anyway, we
>check __cplusplus >= 201103L, and so within those chunks we could
>additionally check for some C++14 macro.
Right, forgot that. Great. The >= check we have got now makes things much easier in the C++11 -> C++14 transition. Thus fine, just >= 201103L + the macro is all we need.
Paolo
More information about the Gcc
mailing list