This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Macro for C++14 support


On Tue, Apr 23, 2013 at 9:47 AM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:

> But remember we no longer use __GXX_EXPERIMENTAL_CXX0X__ anyway,

yes, this was a great move; kudos to whoever did it.

> we
> check __cplusplus >= 201103L, and so within those chunks we could
> additionally check for some C++14 macro.

Agreed.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]