gcc/libstdc++-v3/include
Jonathan Wakely 4b7a3ab82f PR libstdc++/90397 fix std::variant friend declarations
Clang diagnoses the inconsistent noexcept-specifier on the friend
declaration of __get. Add it, and also on __get_storage.

	PR libstdc++/90397
	* include/std/variant (_Variant_storage<false, Types...>::_M_storage())
	(_Variant_storage<true, Types...>::_M_reset()))
	(_Variant_storage<true, Types...>::_M_storage())): Add noexcept.
	(__get_storage): Likewise.
	(variant): Add noexcept to friend declarations for __get and
	__get_storage.

From-SVN: r271079
2019-05-10 22:41:19 +01:00
..
backward
bits PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs 2019-05-10 22:41:16 +01:00
c
c_compatibility
c_global
c_std
debug
decimal
experimental Improve API docs for Filesystem TS and Networking TS 2019-05-08 00:22:01 +01:00
ext Avoid -Woverflow warning in __numeric_limits_integer 2019-05-03 20:13:31 +01:00
parallel Fix markup for Parallel Mode docs 2019-05-02 16:44:51 +01:00
precompiled
profile
pstl
std PR libstdc++/90397 fix std::variant friend declarations 2019-05-10 22:41:19 +01:00
tr1 Improve API docs for mathematical special functions 2019-05-02 16:44:59 +01:00
tr2
Makefile.am
Makefile.in