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 NumberPaper TitleTS
4023C++ Extensions for Library FundamentalsLibrary Fundamentals 1
3940Technical Specification - File SystemFile System
4273Uniform Container Erasure.Library Fundamentals 2
4061Greatest Common Divisor and Least Common Multiple.Library Fundamentals 2
4257Delimited iterators.Library Fundamentals 2
4282The World's Dumbest Smart Pointer.Library Fundamentals 2

Features in Library Fundamentals 1

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_typeComplete
Calling a function with a tuple of argumentsImplementation in progress
Other type transformationsNot started
Compile-time Rational ArithmeticImplementation in progress
Time UtilitiesComplete
System Error SupportComplete
SearchersNot started
Optional ObjectsInitial implementation complete
class anyImplementation in progress
string_viewImplementation in progress
memoryImplementation in progress
Algorithms libraryNot started

Features in Library Fundamentals 2

Feature NameStatus

Features in Filesystem

Feature NameStatus
All featuresNot started

Last Updated: 2-June-2014