C++ 2014ISO C++2014
In this implementation -std=gnu++1y or
-std=c++1y flags must be used to enable language
and library
features. See dialect
options. The pre-defined symbol
__cplusplus is used to check for the
presence of the required flag.
This page describes the C++14 and library TS support in mainline GCC SVN,
not in any particular release.
C++ 2014 Implementation StatusPaperTitleStatusComments
N3669
Fixing constexpr member functions without constY
N3668
exchange() utility functionY
N3670
Wording for Addressing Tuples by TypeY
N3656
make_uniqueY
N3462
std::result_of and SFINAEY
N3545
An Incremental Improvement to integral_constantY
N3642
User-defined Literals for Standard Library TypesY
N3671
Making non-modifying sequence operations more robustY
N3654
Quoted Strings Library ProposalY
N3469
Constexpr Library Additions: chronoY
N3470
Constexpr Library Additions: containersY
N3471
Constexpr Library Additions: utilitiesY
N3658
Compile-time integer sequencesY
N3659
Shared Locking in C++YNeed tests
N3421
Making Operator Functors greater<>Y
N3657
Adding heterogeneous comparison lookup to associative containersWIP
N3655
TransformationTraits ReduxY
N3644
Null Forward IteratorsN
C++ Technical Specifications Implementation StatusPaperTitleStatusComments
N3662
C++ Dynamic ArraysNArray Extensions TS
N3672
A proposal to add a utility class to represent optional objectsYLibrary Fundamentals TS
N3762
string_view: a non-owning reference to a stringYLibrary Fundamentals TS
N3790
File SystemWIP