gcc/libstdc++-v3/include/experimental
Jonathan Wakely d7aa21a3c7 libstdc++: Fix some warnings in headers
These are usually suppressed in system headers, but should be fixed
anyway.

libstdc++-v3/ChangeLog:

	* include/bits/parse_numbers.h (_Select_int_base): Avoid
	narrowing conversion in constant expression.
	* include/experimental/buffer (buffer_copy): Avoid narrowing
	conversion.
	* include/experimental/internet (hash<>::operator()): Do not
	use deprecated 'argument_type' member.
	* include/std/variant (variant::emplace): Use cast instead
	of implicit conversion from size_t to narrower unsigned type.
2020-10-29 22:47:22 +00:00
..
bits libstdc++: Fix -Wdeprecated-declarations warnings 2020-09-10 18:48:25 +01:00
algorithm
any
array
buffer libstdc++: Fix some warnings in headers 2020-10-29 22:47:22 +00:00
chrono
deque
executor libstdc++: Fix error in experimental::strand 2020-10-26 21:00:06 +00:00
filesystem
forward_list
functional
internet libstdc++: Fix some warnings in headers 2020-10-29 22:47:22 +00:00
io_context libstdc++: Make Networking TS work without gthreads [PR 89760] 2020-08-11 16:16:22 +01:00
iterator
list
map
memory
memory_resource libstdc++: Ensure std::forward_as_tuple is defined 2020-10-23 01:12:00 +01:00
net
netfwd
numeric libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978] 2020-08-28 23:03:28 +01:00
optional
propagate_const
random
ratio
regex
set
socket libstdc++: Use macro for nodiscard attribute 2020-05-21 01:03:27 +01:00
source_location
string
string_view libstdc++: Introduce new headers for C++20 ranges components 2020-09-22 15:45:54 +01:00
system_error
timer libstdc++: Use 'using' for types in Networking TS headers 2020-05-21 00:59:55 +01:00
tuple
type_traits libstdc++: Fix -Wdeprecated-declarations warnings 2020-09-10 18:48:25 +01:00
unordered_map
unordered_set
utility
vector