]> git.ipfire.org Git - thirdparty/gcc.git/commit
Implement std::experimental::fundamentals_v2::make_array and std::experimental::funda...
authorVille Voutilainen <ville.voutilainen@gmail.com>
Thu, 13 Aug 2015 14:55:46 +0000 (17:55 +0300)
committerVille Voutilainen <ville@gcc.gnu.org>
Thu, 13 Aug 2015 14:55:46 +0000 (17:55 +0300)
commit9638eccd55210744734e1d6e0db74b8993c331aa
treee15a5bc2a1c2244ef0bd87e60aed7712973d6c53
parentdb23e4c46f7f4ccc0b72de142205aadc934f3a00
Implement std::experimental::fundamentals_v2::make_array and std::experimental::fundamentals_v2::to_array.

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.

From-SVN: r226865
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]