gcc/libstdc++-v3/include/std
Jonathan Wakely cc06c7f652 Fix exception-specifications for std::_Not_fn
* include/std/functional (_Not_fn): Make exception specifications
	depend on whether negating the result can throw.
	* testsuite/20_util/not_fn/1.cc: Move to ...
	* testsuite/20_util/function_objects/not_fn/1.cc: ... here. Add tests
	for types that can throw when negated and that cannot be negated.

From-SVN: r241091
2016-10-13 11:19:24 +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 Fix exception-specifications for std::_Not_fn 2016-10-13 11:19:24 +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