gcc/libstdc++-v3/include/std
Jonathan Wakely 0789600c59 libstdc++: Fix deleted overload of __absu(bool)
libstdc++-v3/ChangeLog:

	* include/std/numeric (__detail::__absu(bool)): Make deleted
	function a function template, so it will be chosen for calls
	with an explicit template argument list.
	* testsuite/26_numerics/gcd/gcd_neg.cc: Add dg-prune-output.
	* testsuite/26_numerics/lcm/lcm_neg.cc: Likewise.
2020-08-29 18:24:08 +01:00
..
algorithm
any libstdc++: Fix constructor constraints for std::any (PR 90415) 2020-04-24 00:54:20 +01:00
array
atomic libstdc++: Break long lines to fit in 80 columns 2020-08-05 22:48:17 +01:00
bit libstdc++: Replace __int_limits with __numeric_traits_integer 2020-07-07 23:36:29 +01:00
bitset libstdc++: Add comparison operators to types from Utilities clause 2020-04-15 19:47:48 +01:00
charconv libstdc++: Add std::from_chars for floating-point types 2020-07-20 23:49:27 +01:00
chrono libstdc++: Fix common_type specializations for duration 2020-08-28 23:41:13 +01:00
codecvt
complex libstdc++: Fix -Wmismatched-tags warnings (PR 96063) 2020-07-06 17:12:29 +01:00
concepts libstdc++: Update __cpp_lib_concepts value 2020-04-22 22:54:34 +01:00
condition_variable libstdc++: Update value of __cpp_lib_jthread macro 2020-04-22 22:54:34 +01:00
coroutine libstdc++, coroutine: Add missing constexpr markers. 2020-07-17 19:51:09 +01:00
deque
execution libstdc++: Define __cpp_lib_execution feature test macro 2020-04-22 22:54:35 +01:00
filesystem
forward_list
fstream
functional libstdc++: Fix -Wmismatched-tags warnings (PR 96063) 2020-07-06 17:12:29 +01:00
future libstdc++: Adjust static assertions in futures and promises [LWG 3466] 2020-08-25 15:52:57 +01:00
iomanip
ios
iosfwd
iostream
istream libstdc++: Adjust overflow prevention to operator>> 2020-08-06 18:26:45 +01:00
iterator
limits libstdc++: Make __int128 meet integer-class requirements [PR 96042] 2020-08-19 16:49:07 +01:00
list
locale
map
memory libstdc++: Add missing feature test macros 2020-04-22 22:54:34 +01:00
memory_resource libstdc++: Replace __int_limits with __numeric_traits_integer 2020-07-07 23:36:29 +01:00
mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
numbers
numeric libstdc++: Fix deleted overload of __absu(bool) 2020-08-29 18:24:08 +01:00
optional libstdc++: Cleanup whitespace and type trait usage in <optional> 2020-07-06 21:55:50 +01:00
ostream
queue
random
ranges libstdc++: Implement remaining piece of LWG 3448 2020-08-26 21:53:04 -04:00
ratio
regex
scoped_allocator libstdc++: Add comparison operators to types from Utilities clause 2020-04-15 19:47:48 +01:00
set
shared_mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
span
sstream
stack
stdexcept
stop_token libstdc++: Fix <stop_token> to compile without gthreads 2020-08-11 16:16:21 +01:00
streambuf libstdc++: Add deprecated attributes to old iostream members 2020-08-19 12:13:23 +01:00
string
string_view libstdc++: Enable assertions in constexpr string_view members [PR 71960] 2020-08-26 14:48:49 +01:00
system_error libstdc++: Fix -Wmismatched-tags warnings (PR 96063) 2020-07-06 17:12:29 +01:00
thread libstdc++: Remove redundant copying of std::async arguments [PR 69724] 2020-08-18 14:28:38 +01:00
tuple libstdc++: Whitespace changes in <tuple> 2020-08-26 19:32:30 +01:00
type_traits libstdc++: Add deprecated attributes to old iostream members 2020-08-19 12:13:23 +01:00
typeindex libstdc++: Add spaceship operator to std::type_index 2020-04-15 19:47:47 +01:00
unordered_map
unordered_set
utility libstdc++: Replace __int_limits with __numeric_traits_integer 2020-07-07 23:36:29 +01:00
valarray libstdc++: Fix -Wmismatched-tags warnings (PR 96063) 2020-07-06 17:12:29 +01:00
variant libstdc++: Make variant_npos conversions explicit [PR 96766] 2020-08-24 16:10:07 +01:00
vector
version libstdc++: Update value of __cpp_lib_constexpr_char_traits for C++20 2020-06-15 14:31:26 +01:00