Implement C++17 make_from_tuple.
commit5897b2bc787156611d8a2980676fb47ac30407f4
authorville <ville@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Aug 2016 14:51:47 +0000 (11 14:51 +0000)
committerville <ville@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Aug 2016 14:51:47 +0000 (11 14:51 +0000)
treed89f1b988de1ae99be8c030bf4b0b0cb5fd37b94
parent74be5bc13eb214203d6490371f6a74ed5d3ef383
Implement C++17 make_from_tuple.
* include/std/tuple (__make_from_tuple_impl, make_from_tuple): New.
* testsuite/20_util/tuple/make_from_tuple/1.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239372 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/1.cc [new file with mode: 0644]