gcc/libstdc++-v3/include/std
Jonathan Wakely ad8fda29e6 Fix narrowing conversions in string_view types
* include/experimental/string_view (basic_string_view::_S_compare):
	Use value-init so narrowing conversions are not ill-formed.
	* include/std/string_view (basic_string_view::_S_compare): Likewise.

From-SVN: r255321
2017-12-01 16:10:31 +00:00
..
algorithm
any
array Implement LWG 2485 2017-10-30 16:31:04 +02:00
atomic
bitset
charconv
chrono Disable -Wliteral-suffix for standard UDLs 2017-12-01 16:10:25 +00:00
codecvt
complex Disable -Wliteral-suffix for standard UDLs 2017-12-01 16:10:25 +00:00
condition_variable
deque
filesystem
forward_list
fstream PR libstdc++/83025 fix constraints for path overloads in <fstream> 2017-11-17 14:07:58 +00:00
functional
future Add noexcept to std::shared_future copy operations (LWG DR 2799) 2017-11-16 14:39:41 +00:00
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex
numeric Fix gcd breakage. 2017-11-15 22:42:58 +02:00
optional
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istreambuf_iterator of char types to be friend. 2017-11-20 22:30:28 +00:00
string
string_view Fix narrowing conversions in string_view types 2017-12-01 16:10:31 +00:00
system_error
thread
tuple Implement LWG 2485 2017-10-30 16:31:04 +02:00
type_traits Add noexcept to std::integral_constant members 2017-12-01 15:09:57 +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 Add noexcept to std::integral_constant members 2017-12-01 15:09:57 +00:00
valarray
variant
vector