gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 389cd88ce7 libstdc++: Fix deduction guide for std::span (PR93426)
The deduction guide from an iterator and sentinel used the wrong alias
template and so didn't work.

	PR libstdc++/93426
	* include/std/span (span): Fix deduction guide.
	* testsuite/23_containers/span/deduction.cc: New test.
2020-01-27 10:55:19 +00:00
..
array Update copyright years. 2020-01-01 12:51:42 +01:00
bitset Update copyright years. 2020-01-01 12:51:42 +01:00
deque Update copyright years. 2020-01-01 12:51:42 +01:00
forward_list Update copyright years. 2020-01-01 12:51:42 +01:00
headers Update copyright years. 2020-01-01 12:51:42 +01:00
list Update copyright years. 2020-01-01 12:51:42 +01:00
map PR libstdc++/92124 fix incorrect container move assignment 2020-01-07 21:01:37 +00:00
multimap Update copyright years. 2020-01-01 12:51:42 +01:00
multiset Update copyright years. 2020-01-01 12:51:42 +01:00
priority_queue Update copyright years. 2020-01-01 12:51:42 +01:00
queue Update copyright years. 2020-01-01 12:51:42 +01:00
set PR libstdc++/92124 fix incorrect container move assignment 2020-01-07 21:01:37 +00:00
span libstdc++: Fix deduction guide for std::span (PR93426) 2020-01-27 10:55:19 +00:00
stack Update copyright years. 2020-01-01 12:51:42 +01:00
unordered_map Update copyright years. 2020-01-01 12:51:42 +01:00
unordered_multimap Update copyright years. 2020-01-01 12:51:42 +01:00
unordered_multiset libstdc++: Improve unordered containers == operator (PR 91263) 2020-01-16 14:39:05 +00:00
unordered_set libstdc++: Improve unordered containers == operator (PR 91263) 2020-01-16 14:39:05 +00:00
vector Update copyright years. 2020-01-01 12:51:42 +01:00