2015-08-13 Ville Voutilainen <ville.voutilainen@gmail.com>
commit4958a58790d0c932c19a1ab4c109d2e89db441a7
authorville <ville@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Aug 2015 14:55:46 +0000 (13 14:55 +0000)
committerville <ville@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Aug 2015 14:55:46 +0000 (13 14:55 +0000)
treee15a5bc2a1c2244ef0bd87e60aed7712973d6c53
parenta65c36dc2b3a46ea1f9ce50a01247d5efd067f35
2015-08-13  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.
* doc/html/manual/status.html: Mark make_array as Y.
* doc/xml/manual/status_cxx2017.xml: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226865 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/status.html
libstdc++-v3/doc/xml/manual/status_cxx2017.xml
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/experimental/array [new file with mode: 0644]
libstdc++-v3/testsuite/experimental/array/make_array.cc [new file with mode: 0644]
libstdc++-v3/testsuite/experimental/array/neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/experimental/array/neg.ii.gz [new file with mode: 0644]
libstdc++-v3/testsuite/experimental/array/neg.s [new file with mode: 0644]