From: Ed Smith-Rowland <3dw4rd@verizon.net> Date: Thu, 6 Mar 2014 01:31:39 +0000 (+0000) Subject: [libstdc++,docs] After the latest batch of papers came out I updated the status docs. X-Git-Tag: releases/gcc-4.9.0~562 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=700bf0d312bfd3396b2b0262738be48886ac58a7;p=thirdparty%2Fgcc.git [libstdc++,docs] After the latest batch of papers came out I updated the status docs. From-SVN: r208358 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 382d3ac368b1..d079638b3400 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-03-05 Ed Smith-Rowland <3dw4rd@verizon.net> + + * doc/xml/manual/status_cxx2014.xml: Add new items and latest papers + for filesystem and fundamentals TS work items. + 2014-03-04 Paolo Carlini PR c++/60376 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index bb389e876b3a..ff14c4c356a8 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -283,9 +283,21 @@ not in any particular release. + - - N3672 + + N3783 + + + Network byte order conversion + N + Library Fundamentals TS + + + + + + N3793 A proposal to add a utility class to represent optional objects @@ -294,9 +306,93 @@ not in any particular release. + + + + N3804 + + + Any library proposal + N + Library Fundamentals TS + + + + + + + N3843 + + + A SFINAE-Friendly std::common_type (option 2 was approved) + N + Library Fundamentals TS + + + + - - N3762 + + N3866 + + + Invocation type traits, but dropping function_call_operator. + N + Library Fundamentals TS + + + + + + + N3905 + + + Faster string searching (Boyer-Moore et al.) + N + Library Fundamentals TS + + + + + + + N3915 + + + apply() call a function with arguments from a tuple + N + Library Fundamentals TS + + + + + + + N3916 + + + Polymorphic memory resources + N + Library Fundamentals TS + + + + + + + N3920 + + + Extending shared_ptr to support arrays + N + Library Fundamentals TS + + + + + + N3921 string_view: a non-owning reference to a string @@ -304,11 +400,47 @@ not in any particular release. Library Fundamentals TS + + + + + N3923 + + + A SFINAE-Friendly std::iterator_traits + N + Library Fundamentals TS + + + + + + + N3925 + + + A sample proposal + N + Library Fundamentals TS + + + + + + + N3932 + + + Variable Templates For Type Traits + N + Library Fundamentals TS + + - - N3790 + + N3940 File System