gcc/libstdc++-v3/include/bits
Marc Glisse 837bf5116d re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)
2013-09-18  Marc Glisse  <marc.glisse@inria.fr>

	PR libstdc++/58338
	* include/bits/list.tcc (_List_base::_M_clear, list::erase): Mark as
	noexcept.
	* include/bits/stl_list.h (_List_iterator) [_List_iterator,
	_M_const_cast, operator*, operator->, operator++, operator--,
	operator==, operator!=]: Likewise.
	(_List_const_iterator) [_List_const_iterator, _M_const_cast, operator*,
	operator->, operator++, operator--, operator==, operator!=]: Likewise.
	(operator==(const _List_iterator&, const _List_const_iterator&),
	operator!=(const _List_iterator&, const _List_const_iterator&)):
	Likewise.
	(_List_impl) [_List_impl(const _Node_alloc_type&),
	_List_impl(_Node_alloc_type&&)]: Likewise.
	(_List_base) [_M_put_node, _List_base(const _Node_alloc_type&),
	_List_base(_List_base&&), _M_clear, _M_init]: Likewise.
	(list) [list(), list(const allocator_type&)]: Merge.
	(list) [list(const allocator_type&), front, back, pop_front, pop_back,
	erase, _M_erase]: Mark as noexcept.
	* include/debug/list (list) [list(const _Allocator&), front, back,
	pop_front, pop_back, _M_erase, erase]: Likewise.
	* include/profile/list (list) [list(const _Allocator&), front, back,
	pop_front, pop_back, erase]: Likewise.
	* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
	Adjust line number.
	* testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc:
	Likewise.
	* testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc:
	Likewise.
	* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
	Likewise.

From-SVN: r202699
2013-09-18 11:21:51 +00:00
..
algorithmfwd.h
alloc_traits.h alloc_traits.h (allocator_traits::max_size()): LWG 2162: Add noexcept. 2013-06-08 18:31:40 +01:00
allocator.h
atomic_base.h
basic_ios.h
basic_ios.tcc
basic_string.h re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in C++11) 2013-08-15 00:15:12 +00:00
basic_string.tcc
boost_concept_check.h
c++0x_warning.h
c++14_warning.h shared_mutex: Implement N3659. 2013-06-16 17:35:06 +01:00
c++config c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
char_traits.h re PR libstdc++/57704 (std::char_traits<char>::lt is not standards-compliant) 2013-06-25 08:39:31 +00:00
codecvt.h
concept_check.h
cpp_type_traits.h type_traits.h (__is_null_pointer): Add std::nullptr_t overload. 2013-05-24 18:27:59 +00:00
deque.tcc stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-27 09:51:21 +00:00
forward_list.h re PR libstdc++/57263 (std::set with user-defined allocator - compile error) 2013-06-16 18:13:34 +01:00
forward_list.tcc
fstream.tcc
functexcept.h
functional_hash.h
gslice_array.h
gslice.h
hashtable_policy.h hashtable_policy.h (_Hashtable_alloc): New. 2013-08-08 09:47:29 +00:00
hashtable.h hashtable_policy.h (_Hashtable_alloc): New. 2013-08-08 09:47:29 +00:00
indirect_array.h
ios_base.h
istream.tcc
list.tcc re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-18 11:21:51 +00:00
locale_classes.h
locale_classes.tcc
locale_facets_nonio.h
locale_facets_nonio.tcc
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h
memoryfwd.h
move.h include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'. 2013-06-01 21:39:50 +00:00
ostream_insert.h
ostream.tcc
parse_numbers.h Implement N3642 - User-defined Literals for Standard Library Types 2013-06-01 18:37:47 +00:00
postypes.h
ptr_traits.h
random.h re PR libstdc++/58098 (wrong return value of normal_distribution::min()) 2013-08-07 11:41:30 +00:00
random.tcc re PR libstdc++/58302 (compilation error : std::negative_binomial_distribution::operator(e, p)) 2013-09-03 10:12:19 +00:00
range_access.h
regex_automaton.h regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_automaton.tcc regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_compiler.h regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_compiler.tcc regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_constants.h regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_error.h Makefile.am: Adjust to new files. 2013-08-07 16:27:36 +00:00
regex_executor.h regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_executor.tcc regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_scanner.h regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex_scanner.tcc regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
regex.h regex.h (regex_match<>, [...]): Change regex_executor caller. 2013-09-14 14:23:44 +00:00
shared_ptr_base.h unique_ptr.h (make_unique): Declare inline. 2013-05-18 21:18:55 +01:00
shared_ptr.h unique_ptr.h (make_unique): Declare inline. 2013-05-18 21:18:55 +01:00
slice_array.h
sstream.tcc
stl_algo.h re PR libstdc++/58358 (search_n has a Complexity violation for random access iterator) 2013-09-11 22:24:50 +00:00
stl_algobase.h re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of result in copy_backward()) 2013-09-07 22:57:49 +00:00
stl_bvector.h re PR libstdc++/56627 (class hash instead of struct hash) 2013-07-31 14:36:13 +00:00
stl_construct.h
stl_deque.h stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-30 16:24:30 +00:00
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h
stl_iterator.h re PR libstdc++/58403 (__normal_iterator triggers odr-use) 2013-09-12 15:15:34 +00:00
stl_list.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-18 11:21:51 +00:00
stl_map.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_multimap.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_multiset.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_numeric.h
stl_pair.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_stack.h
stl_tempbuf.h
stl_tree.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_uninitialized.h
stl_vector.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-17 12:23:54 +00:00
stream_iterator.h
streambuf_iterator.h
streambuf.tcc
stringfwd.h
unique_ptr.h unique_ptr.h (make_unique): Declare inline. 2013-05-18 21:18:55 +01:00
unordered_map.h re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert invoking std::pair move constructor) 2013-06-14 23:35:56 +00:00
unordered_set.h
uses_allocator.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-27 09:51:21 +00:00