gcc/libstdc++-v3/include/bits
François Dumont b958889311 stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Restore before C++11 mode.
2016-12-14  François Dumont  <fdumont@gcc.gnu.org>

	* include/bits/stl_tree.h
	(_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Restore
	before C++11 mode.

From-SVN: r243670
2016-12-14 20:50:07 +00:00
..
algorithmfwd.h
alloc_traits.h
allocated_ptr.h
allocator.h Tweak whitespace in std::allocator files 2016-10-20 12:37:19 +01:00
atomic_base.h
atomic_futex.h
basic_ios.h
basic_ios.tcc
basic_string.h Add noexcept to various basic_string string operations 2016-12-06 10:43:42 +00:00
basic_string.tcc Add noexcept to various basic_string string operations 2016-12-06 10:43:42 +00:00
boost_concept_check.h
c++0x_warning.h
c++14_warning.h
c++17_warning.h
c++config re PR libstdc++/78264 (ICE in build_noexcept_spec, at cp/except.c:1196) 2016-12-08 15:52:11 +00:00
char_traits.h
codecvt.h
concept_check.h
cpp_type_traits.h
deque.tcc Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
enable_special_members.h enable_special_members.h: Make _Enable_default_constructor constexpr. 2016-12-06 11:26:48 +00:00
forward_list.h Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
forward_list.tcc
fstream.tcc
functexcept.h
functional_hash.h PR 59406 note that FNV hash functions are incorrect 2016-11-15 20:17:39 +00:00
gslice_array.h
gslice.h
hashtable_policy.h
hashtable.h Implement C++17 node extraction and insertion (P0083R5) 2016-09-22 14:58:49 +01:00
indirect_array.h
invoke.h Fix exception-specification of std::invoke 2016-10-13 09:55:40 +01:00
ios_base.h
istream.tcc
list.tcc
locale_classes.h
locale_classes.tcc
locale_conv.h
locale_facets_nonio.h
locale_facets_nonio.tcc
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h
memoryfwd.h
move.h Implement LWG 2766, 2016-12-01 18:23:21 +02:00
node_handle.h Remove invalid alias declaration from _Node_handle 2016-10-05 13:01:44 +01:00
ostream_insert.h
ostream.tcc
parse_numbers.h
postypes.h
predefined_ops.h
ptr_traits.h
quoted_string.h
random.h
random.tcc
range_access.h Remove redefinition of __cpp_lib_array_constexpr 2016-09-26 11:17:53 +01:00
refwrap.h Split <functional> into smaller pieces 2016-10-21 16:32:25 +01:00
regex_automaton.h
regex_automaton.tcc
regex_compiler.h re PR libstdc++/71500 (regex::icase only works on first character in a range) 2016-12-01 03:03:55 +00:00
regex_compiler.tcc re PR libstdc++/71500 (regex::icase only works on first character in a range) 2016-12-01 03:03:55 +00:00
regex_constants.h
regex_error.h
regex_executor.h
regex_executor.tcc
regex_scanner.h
regex_scanner.tcc
regex.h re PR libstdc++/71500 (regex::icase only works on first character in a range) 2016-12-01 03:03:55 +00:00
regex.tcc regex.h (regex_iterator::regex_iterator()): Define end() as _M_pregex == nullptr. 2016-11-09 22:11:32 +00:00
shared_ptr_atomic.h
shared_ptr_base.h Fix debug mode assertion for std::shared_ptr<void> 2016-12-06 14:36:00 +00:00
shared_ptr.h Add array support to std::shared_ptr for C++17 2016-11-13 22:57:45 +00:00
slice_array.h
specfun.h
sstream.tcc
std_abs.h Ensure "C++" language linkage for std::abs overloads 2016-10-03 12:50:46 +01:00
std_function.h Split <functional> into smaller pieces 2016-10-21 16:32:25 +01:00
std_mutex.h More noexcept for standard mutex types and locks 2016-10-11 11:33:16 +01:00
stl_algo.h Optimize RNG use in std::sample selection sampling 2016-10-21 16:55:07 +01:00
stl_algobase.h
stl_bvector.h Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
stl_construct.h
stl_deque.h Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h
stl_iterator.h
stl_list.h Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
stl_map.h stl_map.h (map(const map&)): Make default. 2016-12-07 21:12:49 +00:00
stl_multimap.h stl_map.h (map(const map&)): Make default. 2016-12-07 21:12:49 +00:00
stl_multiset.h stl_map.h (map(const map&)): Make default. 2016-12-07 21:12:49 +00:00
stl_numeric.h
stl_pair.h Delete std::swap for debug mode array 2016-12-08 13:25:03 +00:00
stl_queue.h Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
stl_raw_storage_iter.h
stl_relops.h
stl_set.h stl_map.h (map(const map&)): Make default. 2016-12-07 21:12:49 +00:00
stl_stack.h Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00
stl_tempbuf.h
stl_tree.h stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Restore before C++11 mode. 2016-12-14 20:50:07 +00:00
stl_uninitialized.h Add missing return to uninitialized_default_construct_n 2016-10-12 12:20:35 +01:00
stl_vector.h Make vector::data() return type consistent in C++98 2016-10-24 13:25:28 +01:00
stream_iterator.h
streambuf_iterator.h
streambuf.tcc
string_view.tcc
stringfwd.h
uniform_int_dist.h Fix libstdc++ versioned namespace build 2016-10-03 15:35:28 +01:00
unique_ptr.h Delete std::swap for debug mode array 2016-12-08 13:25:03 +00:00
unordered_map.h Add assertions to extract(const_iterator) functions 2016-09-26 11:17:48 +01:00
unordered_set.h Add assertions to extract(const_iterator) functions 2016-09-26 11:17:48 +01:00
uses_allocator.h Don't define uses-allocator variable templates in C++11 2016-10-18 12:42:18 +01:00
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc Implement P0084R2, Emplace return type, for C++17 2016-10-17 13:00:38 +01:00