gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 40ccb47b50 libstdc++: Fix invalid constexpr function in C++11 mode [PR 99985]
I keep forgetting that a constexpr function in C++11 has to be a single
return statement.

libstdc++-v3/ChangeLog:

	PR libstdc++/99985
	* include/bits/hashtable.h (_Hashtable::_S_nothrow_move()): Fix
	to be a valid constexpr function in C++11.
	* testsuite/23_containers/unordered_set/cons/99985.cc: New test.
2021-04-09 13:09:24 +01:00
..
array Update copyright years. 2021-01-04 10:26:59 +01:00
bitset Update copyright years. 2021-01-04 10:26:59 +01:00
deque libstdc++: Make deque iterator operator- usable with value-init iterators 2021-02-01 19:19:53 +01:00
forward_list libstdc++: _GLIBCXX_DEBUG Fix allocator-extended move constructor 2021-03-28 22:06:33 +02:00
headers Update copyright years. 2021-01-04 10:26:59 +01:00
list libstdc++: _GLIBCXX_DEBUG Fix allocator-extended move constructor 2021-03-28 22:06:33 +02:00
map Update copyright years. 2021-01-04 10:26:59 +01:00
multimap Update copyright years. 2021-01-04 10:26:59 +01:00
multiset Update copyright years. 2021-01-04 10:26:59 +01:00
priority_queue Update copyright years. 2021-01-04 10:26:59 +01:00
queue Update copyright years. 2021-01-04 10:26:59 +01:00
set Update copyright years. 2021-01-04 10:26:59 +01:00
span Update copyright years. 2021-01-04 10:26:59 +01:00
stack Update copyright years. 2021-01-04 10:26:59 +01:00
unordered_map libstdc++: Simplify noexcept-specifiers for move constructors 2021-04-08 17:49:59 +01:00
unordered_multimap libstdc++: Simplify noexcept-specifiers for move constructors 2021-04-08 17:49:59 +01:00
unordered_multiset libstdc++: Simplify noexcept-specifiers for move constructors 2021-04-08 17:49:59 +01:00
unordered_set libstdc++: Fix invalid constexpr function in C++11 mode [PR 99985] 2021-04-09 13:09:24 +01:00
vector libstdc++: Make deque iterator operator- usable with value-init iterators 2021-02-01 19:19:53 +01:00