This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r226865 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: ville
Date: Thu Aug 13 14:55:46 2015
New Revision: 226865

URL: https://gcc.gnu.org/viewcvs?rev=226865&root=gcc&view=rev
Log:
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.

Added:
    trunk/libstdc++-v3/include/experimental/array
    trunk/libstdc++-v3/testsuite/experimental/array/
    trunk/libstdc++-v3/testsuite/experimental/array/make_array.cc
    trunk/libstdc++-v3/testsuite/experimental/array/neg.cc
    trunk/libstdc++-v3/testsuite/experimental/array/neg.ii.gz
    trunk/libstdc++-v3/testsuite/experimental/array/neg.s
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/html/manual/status.html
    trunk/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in


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