gcc/libstdc++-v3/include/std
Ville Voutilainen 13545f19e0 Implement LWG 2733 and LWG 2759
* include/experimental/numeric (gcd): Reject cv-qualified bool.
(lcm): Likewise.
* include/std/numeric (gcd): Likewise.
(lcm): Likewise.
* testsuite/26_numerics/gcd/gcd_neg.cc: Add tests and adjust.
* testsuite/26_numerics/lcm/lcm_neg.cc: Likewise.

From-SVN: r254736
2017-11-14 20:11:33 +02:00
..
algorithm
any
array Implement LWG 2485 2017-10-30 16:31:04 +02:00
atomic
bitset
charconv charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT128. 2017-10-03 01:28:54 +02:00
chrono Update value of __cpp_lib_chrono feature-test macro 2017-10-20 22:05:11 +01:00
codecvt
complex
condition_variable
deque
filesystem Implement C++17 Filesystem library 2017-10-23 13:11:22 +01:00
forward_list
fstream PR libstdc++/82917 add missing returns in <fstream> 2017-11-10 21:43:24 +00:00
functional
future
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex PR libstdc++/82481 Suppress clang-tidy warnings 2017-10-13 13:39:24 +01:00
numeric Implement LWG 2733 and LWG 2759 2017-11-14 20:11:33 +02:00
optional Deprecate nested types in std::hash 2017-09-20 17:34:42 +01:00
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf
string
string_view Refactor std::basic_string_view members and add noexcept 2017-10-24 14:18:52 +01:00
system_error
thread
tuple Implement LWG 2485 2017-10-30 16:31:04 +02:00
type_traits Define std::endian for C++2a (P0463R1) 2017-11-03 15:45:49 +00:00
typeindex
unordered_map Minor header reorganization for unordered containers 2017-10-30 14:54:28 +00:00
unordered_set Minor header reorganization for unordered containers 2017-10-30 14:54:28 +00:00
utility Implement LWG 2485 2017-10-30 16:31:04 +02:00
valarray
variant Deprecate nested types in std::hash 2017-09-20 17:34:42 +01:00
vector