gcc/libstdc++-v3/include/std
Jonathan Wakely 606f6be67b PR libstdc++/87538 fix std::not_fn exception specifications
PR libstdc++/87538
	* include/std/functional (_Not_fn::operator()): Check value of
	__is_nothrow_invocable as well.
	* testsuite/20_util/function_objects/not_fn/87538.cc: New test.

From-SVN: r264921
2018-10-08 13:07:22 +01:00
..
algorithm
any
array
atomic
bit Avoid undefined shifts in ceil2 operations 2018-08-30 16:07:35 +01:00
bitset
charconv
chrono
codecvt
complex
condition_variable Use steady_clock to implement condition_variable::wait_for with predicate 2018-09-25 15:59:27 +01:00
deque
filesystem
forward_list
fstream
functional PR libstdc++/87538 fix std::not_fn exception specifications 2018-10-08 13:07:22 +01:00
future
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
memory_resource
mutex
numeric
optional Refactor std::optional SFINAE constraints 2018-08-20 13:13:25 +01:00
ostream Avoid deprecation warning with -Wsystem-headers 2018-08-16 17:56:40 +01:00
queue
random
ratio
regex PR libstdc++/87061 remove pmr type aliases for COW strings 2018-08-22 23:54:33 +01:00
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf
string PR libstdc++/87061 remove pmr type aliases for COW strings 2018-08-22 23:54:33 +01:00
string_view
system_error
thread
tuple PR libstdc++/86963 Remove use of __tuple_base in std::tuple 2018-08-20 14:53:56 +01:00
type_traits Refactor std::optional SFINAE constraints 2018-08-20 13:13:25 +01:00
typeindex
unordered_map
unordered_set
utility
valarray
variant Avoid redundant runtime checks in std::visit 2018-10-02 15:00:50 +01:00
vector
version