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 make_array and to_array from the Fundamentals v2 TS draft


Tested on Linux-PPC64.

2015-07-12  Ville Voutilainen  <ville.voutilainen@gmail.com>
    Implement std::experimental::fundamentals_v2::make_array and
    std::experimental::fundamentals_v2::to_array.
    * include/Makefile.am: Add array.
    * include/Makefile.in: Add array.
    * include/experimental/array: New.
    * testsuite/experimental/array/make_array.cc: Likewise.
    * testsuite/experimental/array/neg.cc: Likewise.

Attachment: make_array.diff
Description: Text document


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