gcc/libstdc++-v3/testsuite/24_iterators
Jonathan Wakely b121ffed0a PR libstdc++/81912 make std::__iterator_category constexpr
Backport from mainline
2017-08-21  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/81912
	* include/bits/stl_iterator_base_types.h (__iterator_category): Add
	constexpr for C++11 and later.
	* testsuite/24_iterators/container_access.cc: Add target selector.
	* testsuite/24_iterators/range_access.cc: Fix clause number in
	comment.
	* testsuite/24_iterators/range_access_cpp14.cc: Likewise.
	* testsuite/24_iterators/range_access_cpp17.cc: New.

From-SVN: r251657
2017-09-04 13:24:53 +01:00
..
back_insert_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
front_insert_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
headers/iterator Update copyright years. 2017-01-01 13:07:43 +01:00
insert_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
istream_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
istreambuf_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
move_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
normal_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
operations Update copyright years. 2017-01-01 13:07:43 +01:00
ostream_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
ostreambuf_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
random_access_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
reverse_iterator Update copyright years. 2017-01-01 13:07:43 +01:00
container_access.cc PR libstdc++/81912 make std::__iterator_category constexpr 2017-09-04 13:24:53 +01:00
range_access_cpp14.cc PR libstdc++/81912 make std::__iterator_category constexpr 2017-09-04 13:24:53 +01:00
range_access_cpp17.cc PR libstdc++/81912 make std::__iterator_category constexpr 2017-09-04 13:24:53 +01:00
range_access.cc PR libstdc++/81912 make std::__iterator_category constexpr 2017-09-04 13:24:53 +01:00