gcc/libstdc++-v3/include/std
Jonathan Wakely f78958c9b4 Deprecate nested types in std::hash
* include/bits/c++config (_GLIBCXX17_DEPRECATED): Define.
	* include/bits/functional_hash.h (__hash_base::result_type)
	(__hash_base::argument_type): Add _GLIBCXX17_DEPRECATED.
	* include/std/optional (hash<optional<T>>::result_type)
	(hash<optional<T>>::argument_type): Add deprecated attribute.
	(__is_fast_hash<hash<optional<T>>>): Add partial specialization.
	* include/std/variant (hash<variant<Types...>>::result_type)
	(hash<variant<Types...>>::argument_type): Add deprecated attribute.
	(__is_fast_hash<hash<variant<Types...>>>): Add partial specialization.

From-SVN: r253017
2017-09-20 17:34:42 +01:00
..
algorithm Update copyright years. 2017-01-01 13:07:43 +01:00
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 Update copyright years. 2017-01-01 13:07:43 +01:00
chrono PR libstdc++/81468 constrain std::chrono::time_point constructor 2017-09-13 15:07:44 +01:00
codecvt Update copyright years. 2017-01-01 13:07:43 +01:00
complex re PR libstdc++/81064 (Inline namespace regression) 2017-07-23 08:41:35 +00:00
condition_variable Update copyright years. 2017-01-01 13:07:43 +01:00
deque Update copyright years. 2017-01-01 13:07:43 +01:00
forward_list Update copyright years. 2017-01-01 13:07:43 +01:00
fstream Update copyright years. 2017-01-01 13:07:43 +01:00
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 Update copyright years. 2017-01-01 13:07:43 +01:00
ios Update copyright years. 2017-01-01 13:07:43 +01:00
iosfwd Update copyright years. 2017-01-01 13:07:43 +01:00
iostream Update copyright years. 2017-01-01 13:07:43 +01:00
istream PR libstdc++/53984 handle exceptions in basic_istream::sentry 2017-07-25 21:36:06 +01:00
iterator Update copyright years. 2017-01-01 13:07:43 +01:00
limits Update copyright years. 2017-01-01 13:07:43 +01:00
list Update copyright years. 2017-01-01 13:07:43 +01:00
locale Update copyright years. 2017-01-01 13:07:43 +01:00
map Update copyright years. 2017-01-01 13:07:43 +01:00
memory PR libstdc++/79789 fix non-reserved names in headers 2017-03-02 03:43:49 +00:00
mutex PR libstdc++/79433 no #error for including headers with wrong -std 2017-09-12 15:02:59 +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 Update copyright years. 2017-01-01 13:07:43 +01:00
random Update copyright years. 2017-01-01 13:07:43 +01:00
ratio Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
regex Update copyright years. 2017-01-01 13:07:43 +01:00
scoped_allocator Update copyright years. 2017-01-01 13:07:43 +01:00
set Update copyright years. 2017-01-01 13:07:43 +01:00
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 Update copyright years. 2017-01-01 13:07:43 +01:00
stdexcept Update copyright years. 2017-01-01 13:07:43 +01:00
streambuf Remove deprecated iostream members for C++17 2017-07-25 18:47:52 +01:00
string Update copyright years. 2017-01-01 13:07:43 +01:00
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 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
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 Update copyright years. 2017-01-01 13:07:43 +01:00