gcc/libstdc++-v3/include/std
Jonathan Wakely 233fa165ad Update value of __cpp_lib_chrono feature-test macro
* include/std/chrono (__cpp_lib_chrono): Update macro value to
	indicate support for P0505R0.
	* testsuite/20_util/duration/arithmetic/constexpr_c++17.cc: Check
	for updated macro.

From-SVN: r253959
2017-10-20 22:05:11 +01:00
..
algorithm
any PR libstdc++/79433 no #error for including headers with wrong -std 2017-09-12 15:02:59 +01:00
array Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
atomic PR79862 check macro for type aliases that depend on <stdint.h> 2017-04-20 14:04:28 +01:00
bitset
charconv charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT128. 2017-10-03 01:28:54 +02:00
chrono Update value of __cpp_lib_chrono feature-test macro 2017-10-20 22:05:11 +01:00
codecvt
complex re PR libstdc++/81064 (Inline namespace regression) 2017-07-23 08:41:35 +00:00
condition_variable
deque
forward_list
fstream
functional re PR libstdc++/81064 (Inline namespace regression) 2017-07-23 08:41:35 +00:00
future PR libstdc++/80316 make promise::set_value throw no_state error 2017-04-21 15:49:19 +01:00
iomanip
ios
iosfwd
iostream
istream PR libstdc++/53984 handle exceptions in basic_istream::sentry 2017-07-25 21:36:06 +01:00
iterator
limits
list
locale
map
memory
mutex PR libstdc++/82481 Suppress clang-tidy warnings 2017-10-13 13:39:24 +01:00
numeric PR libstdc++/79433 no #error for including headers with wrong -std 2017-09-12 15:02:59 +01:00
optional Deprecate nested types in std::hash 2017-09-20 17:34:42 +01:00
ostream PR libstdc++/80675, PR libstdc++/80940 2017-06-21 22:53:26 +03:00
queue
random
ratio Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
regex
scoped_allocator
set
shared_mutex PR libstdc++/79433 no #error for including headers with wrong -std 2017-09-12 15:02:59 +01:00
sstream PR libstdc++/81381 support stateful allocators in basic_stringbuf 2017-07-10 18:59:02 +01:00
stack
stdexcept
streambuf Remove deprecated iostream members for C++17 2017-07-25 18:47:52 +01:00
string
string_view PR libstdc++/79433 no #error for including headers with wrong -std 2017-09-12 15:02:59 +01:00
system_error Implement LWG 2686, std::hash<error_condition>, for C++17 2017-03-23 19:40:16 +00:00
thread re PR libstdc++/81064 (Inline namespace regression) 2017-07-23 08:41:35 +00:00
tuple Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
type_traits PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversions 2017-09-19 15:33:51 +01:00
typeindex
unordered_map
unordered_set
utility Use built-in for std::make_integer_sequnce 2017-09-18 13:02:19 +01:00
valarray Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
variant Deprecate nested types in std::hash 2017-09-20 17:34:42 +01:00
vector