gcc/libstdc++-v3/testsuite/experimental
Ville Voutilainen e37e6813d5 Implement std::experimental::fundamentals_v2::propagate_const.
2015-07-03  Ville Voutilainen  <ville.voutilainen@gmail.com>

	Implement std::experimental::fundamentals_v2::propagate_const.
	* include/Makefile.am: Add propagate_const.
	* include/Makefile.in: Regenerate.
	* include/experimental/propagate_const: New.
	* testsuite/experimental/propagate_const/assignment/copy.cc: Likewise.
	* testsuite/experimental/propagate_const/assignment/move.cc: Likewise.
	* testsuite/experimental/propagate_const/assignment/move_neg.cc:
	Likewise.
	* testsuite/experimental/propagate_const/cons/copy.cc: Likewise.
	* testsuite/experimental/propagate_const/cons/default.cc: Likewise.
	* testsuite/experimental/propagate_const/cons/move.cc: Likewise.
	* testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise.
	* testsuite/experimental/propagate_const/hash/1.cc: Likewise.
	* testsuite/experimental/propagate_const/observers/1.cc: Likewise.
	* testsuite/experimental/propagate_const/relops/1.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements1.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements2.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements3.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements4.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements5.cc: Likewise.
	* testsuite/experimental/propagate_const/swap/1.cc: Likewise.
	* testsuite/experimental/propagate_const/typedefs.cc: Likewise.

From-SVN: r225379
2015-07-03 15:08:37 +01:00
..
algorithm Update copyright years. 2015-01-05 13:33:28 +01:00
any any (any::_Storage): Fix alignment of buffer. 2015-05-02 19:19:39 +01:00
chrono Update copyright years. 2015-01-05 13:33:28 +01:00
deque Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
filesystem ops.cc (stat_type): Define alias for struct stat and use throughout the file. 2015-05-15 19:37:25 +01:00
forward_list Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
functional Update copyright years. 2015-01-05 13:33:28 +01:00
iterator iterator: New. 2015-05-02 18:14:25 +01:00
list Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
map Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
memory/observer_ptr Implement observer_ptr. 2015-05-01 22:01:11 +01:00
numeric numeric: New. 2015-05-02 16:18:36 +01:00
optional re PR libstdc++/64650 (std::experimental::bad_optional_access is not default constructible) 2015-01-20 11:51:03 +00:00
propagate_const Implement std::experimental::fundamentals_v2::propagate_const. 2015-07-03 15:08:37 +01:00
ratio Update copyright years. 2015-01-05 13:33:28 +01:00
set Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
string Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
string_view Update copyright years. 2015-01-05 13:33:28 +01:00
system_error Update copyright years. 2015-01-05 13:33:28 +01:00
tuple tuple (apply): Handle pointers to member (LWG 2418). 2015-05-13 14:12:48 +01:00
type_traits Implement N4502, the C++ Detection Idiom. 2015-07-01 13:23:54 +01:00
unordered_map Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
unordered_set Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
vector Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
feat-cxx14.cc re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets) 2014-12-09 11:03:57 +00:00
feat-lib-fund.cc Add <experimental/algorithm> and <experimental/functional>. 2014-10-29 18:21:59 +00:00