gcc/libstdc++-v3/include
Jonathan Wakely e40b11a91c libstdc++: Strip cv-qualifiers in std::atomic<FP> (PR 95282)
This improves the previous fix for PR 95282, and extends it to also
apply to the exchange function (which has a similar problem and would
become ill-formed with my proposed fix for PR 95378).

	PR libstdc++/95282
	* include/bits/atomic_base.h (__atomic_impl::load): Use the _Val
	alias instead of deducing _Tp as an unqualified type.
	(__atomic_impl::exchange): Use the _Val alias to remove volatile
	from the reinterpret_cast result type.
2020-06-16 22:34:55 +01:00
..
backward
bits libstdc++: Strip cv-qualifiers in std::atomic<FP> (PR 95282) 2020-06-16 22:34:55 +01:00
c
c_compatibility
c_global
c_std
debug libstdc++: Extend memcmp optimization in std::lexicographical_compare 2020-06-10 17:48:56 +01:00
decimal
experimental libstdc++: Refactor filesystem::path string conversions 2020-05-23 09:40:16 +01:00
ext
parallel
precompiled
pstl
std libstdc++: Enforce copyable/movable checks in std::atomic 2020-06-16 22:34:55 +01:00
tr1
tr2
Makefile.am
Makefile.in