gcc/libstdc++-v3/include/bits
Jonathan Wakely 783aa06e9b Use noexcept instead of _GLIBCXX_NOEXCEPT
* include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
	(basic_string::front() const, basic_string::back() const): Use
	noexcept instead of _GLIBCXX_NOEXCEPT macro.
	(__versa_string::front, __versa_string::back): Likewise.

From-SVN: r228434
2015-10-02 23:13:12 +01:00
..
algorithmfwd.h
alloc_traits.h alloc_traits.h: Add feature-test macro. 2015-08-13 14:57:41 +01:00
allocated_ptr.h
allocator.h Only do shrink_to_fit() when exceptions enabled 2015-09-17 15:56:46 +01:00
atomic_base.h Handle alignment in __atomic_is_lock_free 2015-09-17 16:46:04 +01:00
atomic_futex.h
basic_ios.h
basic_ios.tcc
basic_string.h Use noexcept instead of _GLIBCXX_NOEXCEPT 2015-10-02 23:13:12 +01:00
basic_string.tcc Implement N4258 noexcept for std::basic_string. 2015-09-11 12:02:14 +01:00
boost_concept_check.h
c++0x_warning.h
c++14_warning.h
c++config Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
char_traits.h re PR libstdc++/65049 (Undefined behaviour with std::char_traits<char>) 2015-08-24 14:43:54 +01:00
codecvt.h
concept_check.h
cpp_type_traits.h
deque.tcc
enable_special_members.h
forward_list.h
forward_list.tcc
fstream.tcc
functexcept.h
functional_hash.h
gslice_array.h
gslice.h
hashtable_policy.h
hashtable.h
indirect_array.h
ios_base.h
istream.tcc
list.tcc
locale_classes.h
locale_classes.tcc
locale_conv.h Allow Filesystem TS to compile without wchar_t 2015-10-02 20:38:38 +01:00
locale_facets_nonio.h
locale_facets_nonio.tcc
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h
memoryfwd.h
move.h
mutex.h Add portable timed_mutex and recursive_timed_mutex. 2015-09-04 12:23:44 +01:00
ostream_insert.h
ostream.tcc
parse_numbers.h
postypes.h
predefined_ops.h
ptr_traits.h * include/bits/ptr_traits.h: Include <bits/move.h> for addressof. 2015-08-18 19:04:42 +01:00
quoted_string.h
random.h Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
random.tcc Ensure std::generate_canonical doesn't return 1. 2015-08-26 22:27:09 +01:00
range_access.h re PR libstdc++/67374 (std::cbegin can't call valarray range access functions) 2015-08-27 20:05:19 +01:00
regex_automaton.h re PR libstdc++/67361 (std::regex_error::what() should say something about the error_code) 2015-09-19 20:56:27 +00:00
regex_automaton.tcc re PR libstdc++/67361 (std::regex_error::what() should say something about the error_code) 2015-09-19 20:56:27 +00:00
regex_compiler.h re PR libstdc++/67361 (std::regex_error::what() should say something about the error_code) 2015-09-19 20:56:27 +00:00
regex_compiler.tcc re PR libstdc++/67361 (std::regex_error::what() should say something about the error_code) 2015-09-19 20:56:27 +00:00
regex_constants.h
regex_error.h re PR libstdc++/67361 (std::regex_error::what() should say something about the error_code) 2015-09-19 20:56:27 +00:00
regex_executor.h
regex_executor.tcc Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
regex_scanner.h
regex_scanner.tcc re PR libstdc++/67361 (std::regex_error::what() should say something about the error_code) 2015-09-19 20:56:27 +00:00
regex.h Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
regex.tcc Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
shared_ptr_atomic.h
shared_ptr_base.h Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
shared_ptr.h Only set std::enable_shared_from_this member once. 2015-08-26 22:27:00 +01:00
slice_array.h
sstream.tcc
stl_algo.h re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity) 2015-08-25 20:27:03 +00:00
stl_algobase.h re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity) 2015-08-25 20:27:03 +00:00
stl_bvector.h
stl_construct.h
stl_deque.h Leave moved-from std::deque in a valid state 2015-09-24 16:46:24 +01:00
stl_function.h
stl_heap.h re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity) 2015-08-25 20:27:03 +00:00
stl_iterator_base_funcs.h Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
stl_iterator_base_types.h
stl_iterator.h
stl_list.h
stl_map.h alloc_traits.h: Add feature-test macro. 2015-08-13 14:57:41 +01:00
stl_multimap.h
stl_multiset.h
stl_numeric.h
stl_pair.h
stl_queue.h Allocator-extended constructors for container adaptors. 2015-09-11 10:51:29 +01:00
stl_raw_storage_iter.h
stl_relops.h
stl_set.h
stl_stack.h Allocator-extended constructors for container adaptors. 2015-09-11 10:51:29 +01:00
stl_tempbuf.h
stl_tree.h Implement N4279, Improved insertion interface for unique-key maps. 2015-08-09 01:57:13 +03:00
stl_uninitialized.h
stl_vector.h re PR libstdc++/67066 (libstdc++-v3/src/filesystem/dir.cc fails to compile with --enable-concept-checks) 2015-08-18 19:04:32 +01:00
stream_iterator.h
streambuf_iterator.h
streambuf.tcc
stringfwd.h
unique_ptr.h Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
unordered_map.h alloc_traits.h: Add feature-test macro. 2015-08-13 14:57:41 +01:00
unordered_set.h
uses_allocator.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc