gcc/libstdc++-v3/testsuite/experimental
Jonathan Wakely e38bde5423 PR libstdc++/70483 make std::experimental::string_view fully constexpr
Backport from mainline
2017-09-12  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/70483
	* include/experimental/bits/string_view.tcc (basic_string_view::find)
	(basic_string_view::rfind, basic_string_view::find_first_of)
	(basic_string_view::find_last_of, basic_string_view::find_first_not_of)
	(basic_string_view::find_last_not_of): Add constexpr specifier.
	* include/experimental/string_view (basic_string_view::remove_prefix)
	(basic_string_view::remove_suffix, basic_string_view::swap)
	(basic_string_view::compare, basic_string_view::find)
	(basic_string_view::rfind, basic_string_view::find_first_of)
	(basic_string_view::find_last_of, basic_string_view::find_first_not_of)
	(basic_string_view::find_last_not_of, operator==, operator!=)
	(operator<, operator>, operator<=, operator>=): Likewise.
	* testsuite/experimental/string_view/operations/compare/char/70483.cc:
	New.

From-SVN: r252032
2017-09-12 17:27:14 +01:00
..
algorithm Update copyright years. 2017-01-01 13:07:43 +01:00
any PR69321 fix any_cast<T>(any*) for non-copyable T 2017-01-20 01:22:54 +00:00
array Restore <functional> header to test 2017-01-23 23:59:08 +00:00
chrono Update copyright years. 2017-01-01 13:07:43 +01:00
deque Update copyright years. 2017-01-01 13:07:43 +01:00
filesystem Update copyright years. 2017-01-01 13:07:43 +01:00
forward_list Update copyright years. 2017-01-01 13:07:43 +01:00
functional Update copyright years. 2017-01-01 13:07:43 +01:00
iterator Ensure <experimental/iterator> includes <iterator> 2017-02-23 18:25:22 +00:00
list Update copyright years. 2017-01-01 13:07:43 +01:00
map Update copyright years. 2017-01-01 13:07:43 +01:00
memory Update copyright years. 2017-01-01 13:07:43 +01:00
memory_resource Update copyright years. 2017-01-01 13:07:43 +01:00
numeric Update copyright years. 2017-01-01 13:07:43 +01:00
optional Update copyright years. 2017-01-01 13:07:43 +01:00
propagate_const Update copyright years. 2017-01-01 13:07:43 +01:00
random Update copyright years. 2017-01-01 13:07:43 +01:00
ratio Update copyright years. 2017-01-01 13:07:43 +01:00
set Update copyright years. 2017-01-01 13:07:43 +01:00
source_location Implement std::experimental::source_location (N4519) 2017-07-25 19:05:07 +01:00
string Update copyright years. 2017-01-01 13:07:43 +01:00
string_view PR libstdc++/70483 make std::experimental::string_view fully constexpr 2017-09-12 17:27:14 +01:00
system_error Update copyright years. 2017-01-01 13:07:43 +01:00
tuple Update copyright years. 2017-01-01 13:07:43 +01:00
type_erased_allocator Update copyright years. 2017-01-01 13:07:43 +01:00
type_traits Update copyright years. 2017-01-01 13:07:43 +01:00
unordered_map Update copyright years. 2017-01-01 13:07:43 +01:00
unordered_set Update copyright years. 2017-01-01 13:07:43 +01:00
vector Update copyright years. 2017-01-01 13:07:43 +01:00
feat-cxx14.cc Use dg-do preprocess instead of compile for tests 2016-08-23 11:13:31 +01:00
feat-lib-fund.cc Use dg-do preprocess instead of compile for tests 2016-08-23 11:13:31 +01:00