gcc/libstdc++-v3/testsuite/experimental
Jonathan Wakely 1ca9de5126 Fix testsuite failures with --disable-wchar_t
* testsuite/21_strings/basic_string/literals/types.cc: Guard use of
	wchar_t with _GLIBCXX_USE_WCHAR_T.
	* testsuite/21_strings/basic_string/literals/values.cc: Likewise.
	* testsuite/21_strings/basic_string/requirements/citerators.cc:
	Likewise.
	* testsuite/22_locale/messages/13631.cc: Likewise.
	* testsuite/experimental/string_view/literals/types.cc: Likewise.
	* testsuite/experimental/string_view/literals/values.cc: Likewise.

From-SVN: r228439
2015-10-03 00:43:17 +01:00
..
algorithm
any any (__any_caster): Define at namespace scope so the name is visible to name lookup. 2015-08-20 21:19:58 +01:00
array array: Add feature-test macro. 2015-08-14 12:51:05 +01:00
chrono
deque
filesystem Allow Filesystem TS to compile without wchar_t 2015-10-02 20:38:38 +01:00
forward_list
functional Make std::experimental::not_fn SFINAE-friendly. 2015-09-03 15:36:03 +01:00
iterator iterator: New. 2015-05-02 18:14:25 +01:00
list
map
memory/observer_ptr Implement observer_ptr. 2015-05-01 22:01:11 +01:00
numeric numeric: New. 2015-05-02 16:18:36 +01:00
optional
propagate_const Implement std::experimental::fundamentals_v2::propagate_const. 2015-07-03 15:08:37 +01:00
ratio
set
string
string_view Fix testsuite failures with --disable-wchar_t 2015-10-03 00:43:17 +01:00
system_error
tuple tuple (apply): Handle pointers to member (LWG 2418). 2015-05-13 14:12:48 +01:00
type_traits Implement N4502, the C++ Detection Idiom. 2015-07-01 13:23:54 +01:00
unordered_map
unordered_set
vector
feat-cxx14.cc
feat-lib-fund.cc