gcc/libstdc++-v3/testsuite/23_containers/multiset
François Dumont 90bf60c3c2 libstdc++: _Rb_tree code cleanup, remove lambdas
Use new template parameters to replace usage of lambdas to move or not
tree values on copy.

libstdc++-v3/ChangeLog:

	* include/bits/move.h (_GLIBCXX_FWDREF): New.
	* include/bits/stl_tree.h: Adapt to use latter.
	(_Rb_tree<>::_M_clone_node): Add _MoveValue template parameter.
	(_Rb_tree<>::_M_mbegin): New.
	(_Rb_tree<>::_M_begin): Use latter.
	(_Rb_tree<>::_M_copy): Add _MoveValues template parameter.
	* testsuite/23_containers/map/allocator/move_cons.cc: New test.
	* testsuite/23_containers/multimap/allocator/move_cons.cc: New test.
	* testsuite/23_containers/multiset/allocator/move_cons.cc: New test.
	* testsuite/23_containers/set/allocator/move_cons.cc: New test.
2020-11-20 20:56:10 +01:00
..
allocator libstdc++: _Rb_tree code cleanup, remove lambdas 2020-11-20 20:56:10 +01:00
capacity Update copyright years. 2020-01-01 12:51:42 +01:00
cons libstdc++: Fix [multi]map/[multi]set move constructors noexcept qualification 2020-07-08 08:02:16 +02:00
debug libstdc++: Remove tests for self-move debug assertions 2020-08-25 16:36:01 +01:00
modifiers libstdc++: Avoid warnings in tests 2020-10-29 22:47:21 +00:00
operations Update copyright years. 2020-01-01 12:51:42 +01:00
operators libstdc++: Add comparison operators to associative containers 2020-04-20 17:50:10 +01:00
requirements Update copyright years. 2020-01-01 12:51:42 +01:00
14340.cc Update copyright years. 2020-01-01 12:51:42 +01:00
23781_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101-2_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
48101-3_neg.cc Update copyright years. 2020-01-01 12:51:42 +01:00
58764.cc Update copyright years. 2020-01-01 12:51:42 +01:00
init-list.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pmr_typedefs_debug.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pmr_typedefs.cc Update copyright years. 2020-01-01 12:51:42 +01:00
range_access.cc Update copyright years. 2020-01-01 12:51:42 +01:00