Name |
Last commit
|
Last update |
---|---|---|
.. | ||
array | ||
bitset | ||
deque | ||
forward_list | ||
headers | ||
list | ||
map | ||
multimap | ||
multiset | ||
priority_queue | ||
queue | ||
set | ||
span | ||
stack | ||
unordered_map | ||
unordered_multimap | ||
unordered_multiset | ||
unordered_set | ||
vector |
As discussed at https://github.com/cplusplus/draft/issues/3534 two std::span constructors specify incorrect conditions for throwing exceptions. This patch makes those constructors have correct noexcept-specifiers that accurately reflect what can actually throw. (span(ContiguousIterator, Sentinel)): Add conditional noexcept. * include/std/span (span(ContiguousIterator, size_type)): Change noexcept to be unconditionally true. * testsuite/23_containers/span/nothrow_cons.cc: New test. From-SVN: r279206
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
array | Loading commit data... | |
bitset | Loading commit data... | |
deque | Loading commit data... | |
forward_list | Loading commit data... | |
headers | Loading commit data... | |
list | Loading commit data... | |
map | Loading commit data... | |
multimap | Loading commit data... | |
multiset | Loading commit data... | |
priority_queue | Loading commit data... | |
queue | Loading commit data... | |
set | Loading commit data... | |
span | Loading commit data... | |
stack | Loading commit data... | |
unordered_map | Loading commit data... | |
unordered_multimap | Loading commit data... | |
unordered_multiset | Loading commit data... | |
unordered_set | Loading commit data... | |
vector | Loading commit data... |