C++ 2014ISO C++2014
In this implementation the -std=gnu++14 or
-std=c++14 flag 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++Y
N3421
Making Operator Functors greater<>Y
N3657
Adding heterogeneous comparison lookup to associative containersY
N3655
TransformationTraits ReduxY
N3644
Null Forward IteratorsPartialOnly affects Debug Mode
C++ Technical Specifications Implementation StatusPaperTitleStatusComments
N3662
C++ Dynamic ArraysNArray Extensions TS
N3793
A proposal to add a utility class to represent optional objectsYLibrary Fundamentals TS
N3804
Any library proposalYLibrary Fundamentals TS
N3866
Invocation type traits, but dropping function_call_operator.NLibrary Fundamentals TS
N3905
Faster string searching (Boyer-Moore et al.)YLibrary Fundamentals TS
N3915
apply() call a function with arguments from a tupleYLibrary Fundamentals TS
N3916
Polymorphic memory resourcesPartialLibrary Fundamentals TS
N3920
Extending shared_ptr to support arraysYLibrary Fundamentals TS
N3921
string_view: a non-owning reference to a stringYLibrary Fundamentals TS
N3925
A sample proposalYLibrary Fundamentals TS
N3932
Variable Templates For Type TraitsYLibrary Fundamentals TS
N4100
File SystemY
Link with