gcc/libstdc++-v3/include/std
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
..
algorithm
any
array
atomic
bit
bitset
charconv libstdc++: Add missing noexcept to std::from_chars declarations 2020-10-27 14:50:38 +00:00
chrono libstdc++: Fix arithmetic bug in year_month_weekday conversion [PR96713] 2020-10-28 12:28:08 -04:00
codecvt
complex
concepts libstdc++: Fix typos in copyright notice 2020-10-15 19:20:21 +01:00
condition_variable libstdc++: Reduce header dependencies in and on <memory> 2020-10-22 18:42:03 +01:00
coroutine libstdc++: Define noop coroutine details private and inline [PR 95917] 2020-10-20 11:37:48 +01:00
deque
execution
filesystem
forward_list
fstream libstdc++: Override BUFSIZ for Windows targets [PR 94268] 2020-10-28 13:19:21 +00:00
functional libstdc++: Fix ODR violations caused by <tr1/functional> 2020-10-27 16:32:53 +00:00
future libstdc++: Reduce header dependencies in and on <memory> 2020-10-22 18:42:03 +01:00
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory libstdc++: Reduce header dependencies in and on <memory> 2020-10-22 18:42:03 +01:00
memory_resource libstdc++: Ensure std::forward_as_tuple is defined 2020-10-23 01:12:00 +01:00
mutex
numbers
numeric
optional
ostream
queue
random
ranges libstdc++: Apply proposed resolutions for LWG 3428, 3447 2020-10-23 09:03:25 -04:00
ratio
regex
scoped_allocator libstdc++: Reduce header dependencies in and on <memory> 2020-10-22 18:42:03 +01:00
set
shared_mutex libstdc++: Only include <condition_variable> in <shared_mutex> if needed 2020-10-22 18:49:38 +01:00
span libstdc++: Make std::span layout-compatible with struct iovec [PR 95609] 2020-10-28 12:07:40 +00:00
sstream libstdc++: Fix new basic_stringbuf constructor 2020-10-29 01:28:12 +00:00
stack
stdexcept
stop_token
streambuf
string
string_view
system_error
thread
tuple libstdc++: Use reserved name for C++20 attribute 2020-10-19 18:07:21 +01:00
type_traits c++: Implement __is_nothrow_constructible and __is_nothrow_assignable 2020-10-26 15:36:24 +02:00
typeindex
unordered_map
unordered_set
utility
valarray
variant libstdc++: Fix some warnings in headers 2020-10-29 22:47:22 +00:00
vector
version libstdc++: Only include <condition_variable> in <shared_mutex> if needed 2020-10-22 18:49:38 +01:00