gcc/libstdc++-v3/include/std
Jakub Jelinek 8b9482b2d7 re PR libstdc++/89641 (std::atomic<T> no longer works)
PR libstdc++/89641
	* include/std/atomic (atomic<T>::store, atomic<T>::load,
	atomic<T>::exchange, atomic<T>::compare_exchange_weak,
	atomic<T>::compare_exchange_strong): Cast __m or __s and __f to int.
	* include/bits/atomic_base.h (__atomic_base<T>::operator++,
	__atomic_base<T>::operator--, __atomic_base<T>::operator+=,
	__atomic_base<T>::operator-=, __atomic_base<T>::operator&=,
	__atomic_base<T>::operator|=, __atomic_base<T>::operator^=,
	__atomic_base<T*>::operator++, __atomic_base<T*>::operator--,
	__atomic_base<T*>::operator+=, __atomic_base<T*>::operator-=): Cast
	memory_order_seq_cst to int.

From-SVN: r269582
2019-03-11 12:49:13 +01:00
..
algorithm Update copyright years. 2019-01-01 13:31:55 +01:00
any Fix missing or incorrect feature test macros 2019-01-15 12:01:12 +00:00
array Fix after P0600. 2019-01-21 11:47:30 +00:00
atomic re PR libstdc++/89641 (std::atomic<T> no longer works) 2019-03-11 12:49:13 +01:00
bit Update copyright years. 2019-01-01 13:31:55 +01:00
bitset Update copyright years. 2019-01-01 13:31:55 +01:00
charconv P0482R5 char8_t: Standard library support 2019-02-19 02:54:42 +00:00
chrono P0972R0 <chrono> zero(), min(), and max() should be noexcept 2019-01-11 23:41:05 +00:00
codecvt Update copyright years. 2019-01-01 13:31:55 +01:00
complex Update copyright years. 2019-01-01 13:31:55 +01:00
condition_variable Update copyright years. 2019-01-01 13:31:55 +01:00
deque Define __cpp_lib_erase_if feature test macro 2019-01-10 13:49:31 +00:00
filesystem Update copyright years. 2019-01-01 13:31:55 +01:00
forward_list Avoid ambiguity between C++2a std::erase_if and LFTS version 2019-01-29 00:47:38 +00:00
fstream Update copyright years. 2019-01-01 13:31:55 +01:00
functional P0356R5 Simplified partial function application 2019-03-07 14:15:53 +00:00
future Fix after P0600. 2019-01-21 11:47:30 +00:00
iomanip Update copyright years. 2019-01-01 13:31:55 +01:00
ios Update copyright years. 2019-01-01 13:31:55 +01:00
iosfwd Update copyright years. 2019-01-01 13:31:55 +01:00
iostream Update copyright years. 2019-01-01 13:31:55 +01:00
istream Update copyright years. 2019-01-01 13:31:55 +01:00
iterator Fix more missing or incorrect feature test macros 2019-01-15 12:58:19 +00:00
limits P0482R5 char8_t: Standard library support 2019-02-19 02:54:42 +00:00
list Avoid ambiguity between C++2a std::erase_if and LFTS version 2019-01-29 00:47:38 +00:00
locale Update copyright years. 2019-01-01 13:31:55 +01:00
map Update copyright years. 2019-01-01 13:31:55 +01:00
memory C++2a Utility functions to implement uses-allocator construction (P0591R4) 2019-03-01 13:50:36 +00:00
memory_resource Implement polymorphic_allocator<byte> for C++20 (P0339R6) 2019-03-04 12:21:06 +00:00
mutex Update copyright years. 2019-01-01 13:31:55 +01:00
numeric Define midpoint and lerp functions for C++20 (P0811R3) 2019-03-05 18:37:24 +00:00
optional Fix missing or incorrect feature test macros 2019-01-15 12:01:12 +00:00
ostream Implement LWG 2221: formatted output operator for nullptr 2019-01-10 13:14:57 +00:00
queue Update copyright years. 2019-01-01 13:31:55 +01:00
random Update copyright years. 2019-01-01 13:31:55 +01:00
ratio Update copyright years. 2019-01-01 13:31:55 +01:00
regex Update copyright years. 2019-01-01 13:31:55 +01:00
scoped_allocator Fix after P0600. 2019-01-21 11:47:30 +00:00
set Update copyright years. 2019-01-01 13:31:55 +01:00
shared_mutex Update copyright years. 2019-01-01 13:31:55 +01:00
sstream Update copyright years. 2019-01-01 13:31:55 +01:00
stack Update copyright years. 2019-01-01 13:31:55 +01:00
stdexcept Update copyright years. 2019-01-01 13:31:55 +01:00
streambuf Update copyright years. 2019-01-01 13:31:55 +01:00
string P0482R5 char8_t: Standard library support 2019-02-19 02:54:42 +00:00
string_view P0482R5 char8_t: Standard library support 2019-02-19 02:54:42 +00:00
system_error Update copyright years. 2019-01-01 13:31:55 +01:00
thread Update copyright years. 2019-01-01 13:31:55 +01:00
tuple Update copyright years. 2019-01-01 13:31:55 +01:00
type_traits Add feature test macro for bounded array traits 2019-03-06 15:31:06 +00:00
typeindex Update copyright years. 2019-01-01 13:31:55 +01:00
unordered_map Update copyright years. 2019-01-01 13:31:55 +01:00
unordered_set Update copyright years. 2019-01-01 13:31:55 +01:00
utility Update copyright years. 2019-01-01 13:31:55 +01:00
valarray Update copyright years. 2019-01-01 13:31:55 +01:00
variant Rewrite variant, also PR libstdc++/85517 2019-03-06 14:56:05 +02:00
vector Ensure pool resources always use normal mode vector 2019-01-29 00:47:25 +00:00
version Add feature test macro for bounded array traits 2019-03-06 15:31:06 +00:00