gcc/libstdc++-v3/include/std
Stephan Bergmann 0f42ffd7f7 Add missing noexcept in string_view::find_first_of declaration
2017-11-27  Stephan Bergmann  <sbergman@redhat.com>

	* include/std/string_view (basic_string_view::find_first_of): Add
	missing noexcept.

From-SVN: r255176
2017-11-27 19:43:40 +00:00
..
algorithm
any
array Implement LWG 2485 2017-10-30 16:31:04 +02:00
atomic
bitset
charconv
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++/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 Add missing noexcept in string_view::find_first_of declaration 2017-11-27 19:43:40 +00:00
system_error
thread
tuple Implement LWG 2485 2017-10-30 16:31:04 +02:00
type_traits PR libstdc++/83134 Ensure std::__not_ converts B::value to bool 2017-11-23 21:35:27 +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
vector