diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5af235f1c7b..e59ea54e7c4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2013-11-19 Jonathan Wakely + + * doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses. + 2013-11-18 Jonathan Wakely * include/bits/shared_ptr_base.h (_Sp_counted_base<_S_single>): Use diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index 0e0ac37a9e8..bb389e876b3 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -20,8 +20,8 @@ presence of the required flag. -This page describes the C++14 support in mainline GCC SVN, not in any -particular release. +This page describes the C++14 and library TS support in mainline GCC SVN, +not in any particular release. @@ -223,18 +223,6 @@ particular release. - - - - - N3672 - - - A proposal to add a utility class to represent optional objects - Y - Moved from C++14 to Library Fundamentals TS - - @@ -246,18 +234,6 @@ particular release. - - - - - N3662 - - - C++ Dynamic Arrays - N - Moved from C++14 to Library Fundamentals TS - - @@ -274,4 +250,75 @@ particular release.
+ + +C++ Technical Specifications Implementation Status + + + + + + + + + Paper + Title + Status + Comments + + + + + + + + + + N3662 + + + C++ Dynamic Arrays + N + Array Extensions TS + + + + + + N3672 + + + A proposal to add a utility class to represent optional objects + Y + Library Fundamentals TS + + + + + + N3762 + + + string_view: a non-owning reference to a string + Y + Library Fundamentals TS + + + + + + + N3790 + + + File System + WIP + + + + + + +
+