This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3 PATCH] Implement C++17 make_from_tuple.


I was in the middle of doing this, so here's the patch before I commit
the string_view one.

Tested on Linux-x64.

2016-08-11  Ville Voutilainen  <ville.voutilainen@gmail.com>

    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.

Attachment: make_from_tuple.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]