gcc/libstdc++-v3/include/std
Jonathan Wakely cfbdc34f25 Simplify std::call_once implementation
* include/std/mutex [_GLIBCXX_HAVE_TLS] (_Once_call): Remove.
	(call_once) [_GLIBCXX_HAVE_TLS]: Simplify by removing _Once_call.

From-SVN: r241034
2016-10-12 13:16:15 +01:00
..
algorithm
any Make any's copy assignment operator exception-safe, 2016-10-11 01:08:58 +03:00
array
atomic
bitset
chrono Fix libstdc++ versioned namespace build 2016-10-03 15:35:28 +01:00
codecvt
complex Fix libstdc++ versioned namespace build 2016-10-03 15:35:28 +01:00
condition_variable
deque
forward_list
fstream
functional Minor simplification to std::_Bind_result helpers 2016-10-10 17:15:52 +01:00
future
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex Simplify std::call_once implementation 2016-10-12 13:16:15 +01:00
numeric LWG 2733, LWG 2759 reject bool in gcd and lcm 2016-10-10 13:17:34 +01:00
optional Make optional::reset noexcept, make optional::value work in constant expressions. 2016-09-29 18:20:28 +03:00
ostream
queue
random
ratio
regex
scoped_allocator Make std::scoped_allocator_adaptor's OUTERMOST recursive 2016-10-06 22:22:35 +01:00
set
shared_mutex
sstream
stack
stdexcept
streambuf
string
string_view Remove redundant const qualifliers from string_view 2016-10-11 11:33:24 +01:00
system_error
thread
tuple re PR libstdc++/77802 (Boost Fiber doesn't compile) 2016-10-03 14:06:53 +03:00
type_traits Implement std::has_unique_object_representations 2016-10-07 19:02:43 +01:00
typeindex
unordered_map
unordered_set
utility
valarray
variant Fix libstdc++ versioned namespace build 2016-10-03 15:35:28 +01:00
vector