gcc/libstdc++-v3/include/experimental
Jonathan Wakely 7fcdbdd21d Allow Filesystem TS to compile without wchar_t
* include/bits/locale_conv.h [!_GLIBCXX_USE_WCHAR_T]
	(__do_str_codecvt, __str_codecvt_in, __str_codecvt_out): Enable.
	* include/experimental/fs_path.h [!_GLIBCXX_USE_WCHAR_T]
	(path::wstring, path::generic_wstring): Disable.
	* src/filesystem/path.cc (path::_S_convert_loc)
	[!_GLIBCXX_USE_WCHAR_T]: Skip conversion.
	* testsuite/experimental/filesystem/path/assign/assign.cc: Check for
	wchar_t support.
	* testsuite/experimental/filesystem/path/concat/strings.cc: Likewise.
	* testsuite/experimental/filesystem/path/construct/range.cc: Likewise.

From-SVN: r228417
2015-10-02 20:38:38 +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 Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
erase_if.h Add fundamentals TR container erasure. 2015-04-30 14:43:19 +00:00
filesystem Implement N4100 File System TS 2015-04-30 20:11:52 +01:00
forward_list Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
fs_dir.h Fix semantics of Filesystem TS directory iterators 2015-09-23 12:26:45 +01:00
fs_fwd.h Implement N4100 File System TS 2015-04-30 20:11:52 +01:00
fs_ops.h fs_dir.h: Fix use of non-reserved names. 2015-05-01 18:55:33 +01:00
fs_path.h Allow Filesystem TS to compile without wchar_t 2015-10-02 20:38:38 +01:00
functional Make std::experimental::not_fn SFINAE-friendly. 2015-09-03 15:36:03 +01:00
iterator iterator (ostream_joiner): Simplify by using the injected-class-name and the ostream_type typedef. 2015-05-02 19:03:20 +01:00
list Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
map Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
memory * include/experimental/memory: Correct feature-test macro. 2015-05-01 22:26:24 +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 Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
string Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
string_view Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
string_view.tcc
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 Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
unordered_set Revert addition of feature macros from other headers per latest SD-6. 2015-05-02 12:48:32 +00:00
vector memory: Add feature-test macro. 2015-05-01 22:01:17 +01:00