tuple (_Index_tuple, [...]): Move to <utility>.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Thu, 31 Oct 2013 19:23:54 +0000 (19:23 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 31 Oct 2013 19:23:54 +0000 (19:23 +0000)
commit1b1bdc03f86328ba2b53b774420d2ace5af1d756
treea7c713b9e7b0798325d5ad4d55c7f3f81c903b42
parentd8c84975e697eea2e306f80cdb21292331fd69d7
tuple (_Index_tuple, [...]): Move to <utility>.

* include/std/tuple (_Index_tuple, _Build_index_tuple): Move to
<utility>.
* include/std/utility (integer_sequence, make_integer_sequence,
index_sequence, make_index_sequence, index_sequence_for): Define.
* doc/xml/manual/status_cxx2014.xml: Update.
* testsuite/20_util/integer_sequence/intseq.cc: New.
* testsuite/20_util/integer_sequence/requirements/typedefs.cc: New.

From-SVN: r204275
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2014.xml
libstdc++-v3/include/std/tuple
libstdc++-v3/include/std/utility
libstdc++-v3/testsuite/20_util/integer_sequence/intseq.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/integer_sequence/requirements/typedefs.cc [new file with mode: 0644]