Post-C++14 TS Implementation Status

In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, known as "C++1Y" (probably to be C++14)

The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol)

This page shows the status of libc++; the status of clang's support of the language features is here.

Technical Specifications

Paper NumberTS Title
4023C++ Extensions for Library Fundamentals
3940Technical Specification - File System

Features in Library Fundamentals

Feature NameStatus
Uses-allocator constructionNot started
Changes to std::shared_ptr and weak_ptrNot started
Additions to std::functionNot started
Changes to std::common_typeNot started
Changes to std::iterator_traitsNot started
Additions to std::promiseNot started
Additions to std::packaged_taskNot started
Class erased_typeInitial implementation complete
Calling a function with a tuple of argumentsNot started
Other type transformationsNot started
Compile-time Rational ArithmeticNot started
Time UtilitiesNot started
System Error SupportNot started
SearchersNot started
Optional ObjectsInitial implementation complete
class anyNot started
string_viewImplementation in progress
memoryNot started
Algorithms libraryNot started
NetworkingNot started

Features in Filesystem

Feature NameStatus
All featuresNot started

Last Updated: 2-June-2014