gcc/libstdc++-v3/include/bits
Jonathan Wakely 793cac74e9 re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/808590.cc fails with -std=c++11)
PR libstdc++/66078
	* include/bits/stl_iterator.h (__make_move_if_noexcept_iterator): Add
	overload for pointers.
	* testsuite/20_util/specialized_algorithms/uninitialized_copy/
	808590.cc: Add -std=gnu++03 switch.
	* testsuite/20_util/specialized_algorithms/uninitialized_copy/
	808590-cxx11.cc: Copy of 808590.cc to test with -std=gnu++11.
	* testsuite/23_containers/vector/modifiers/push_back/
	strong_guarantee.cc: New.

From-SVN: r223449
2015-05-20 18:11:03 +01:00
..
algorithmfwd.h re PR libstdc++/58357 (In C++11 std::rotate(first, middle, last) now should return a forward iterator to first + (last - middle).) 2015-02-19 20:57:40 +00:00
alloc_traits.h alloc_traits.h (_S_max_size): Implement LWG 2466. 2015-05-13 13:21:45 +01:00
allocated_ptr.h
allocator.h
atomic_base.h re PR libstdc++/65147 (alignment of std::atomic object is not correct) 2015-04-09 12:15:44 +01:00
atomic_futex.h atomic_base.h: Use __always_inline__ instead of always_inline. 2015-01-29 12:47:20 +00:00
basic_ios.h
basic_ios.tcc
basic_string.h basic_string.h (basic_string::basic_string()): Make noexcept conditional on allocator (LWG 2455). 2015-05-13 14:32:36 +01:00
basic_string.tcc
boost_concept_check.h
c++0x_warning.h
c++14_warning.h
c++config c++config (__gnu_cxx::__cxx11): Define new namespace. 2015-03-20 13:26:55 +00:00
char_traits.h
codecvt.h Add C++11 std::string constructors for locales and facets. 2015-01-20 11:50:51 +00:00
concept_check.h
cpp_type_traits.h 2015-04-30 François Dumont <fdumont@gcc.gnu.org> 2015-04-30 11:36:52 +00:00
deque.tcc
enable_special_members.h
forward_list.h re PR libstdc++/61645 (forward_list::splice_after shall not throw exceptions) 2015-04-28 14:05:33 +01:00
forward_list.tcc re PR libstdc++/61645 (forward_list::splice_after shall not throw exceptions) 2015-04-28 14:05:33 +01:00
fstream.tcc
functexcept.h
functional_hash.h
gslice.h
gslice_array.h
hashtable.h
hashtable_policy.h hashtable_policy.h (_Prime_rehash_policy::_S_n_primes): Delete. 2015-04-30 07:13:37 +00:00
indirect_array.h
ios_base.h
istream.tcc
list.tcc stl_list.h (_M_resize_pos(size_type&)): Declare. 2015-05-19 23:24:50 +01:00
locale_classes.h locale_classes.h (locale::facet): Delete copy operations in C++11 mode. 2015-05-01 17:50:31 +01:00
locale_classes.tcc
locale_conv.h Implement N4100 File System TS 2015-04-30 20:11:52 +01:00
locale_facets.h Add C++11 std::string constructors for locales and facets. 2015-01-20 11:50:51 +00:00
locale_facets.tcc
locale_facets_nonio.h Add C++11 std::string constructors for locales and facets. 2015-01-20 11:50:51 +00:00
locale_facets_nonio.tcc re PR libstdc++/64657 (Support iterators with overloaded operator-comma) 2015-04-29 16:22:13 +01:00
localefwd.h
mask_array.h
memoryfwd.h
move.h
ostream.tcc
ostream_insert.h
parse_numbers.h
postypes.h
predefined_ops.h
ptr_traits.h
quoted_string.h Implement N4100 File System TS 2015-04-30 20:11:52 +01:00
random.h * include/bits/random.h (seed_seq): More noexcept (LWG 2440). 2015-05-13 13:21:52 +01:00
random.tcc
range_access.h range_access.h (begin, end): Use _GLIBCXX14_CONSTEXPR on overloads for arrays. 2015-01-19 14:37:03 +00:00
regex.h re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the sub_match::matched is false) 2015-03-10 18:41:46 +00:00
regex.tcc regex.tcc: Handle regex_constants::__polynomial. 2015-04-28 04:16:48 +00:00
regex_automaton.h
regex_automaton.tcc regex.tcc: Handle regex_constants::__polynomial. 2015-04-28 04:16:48 +00:00
regex_compiler.h re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_error) 2015-01-19 22:56:04 +00:00
regex_compiler.tcc
regex_constants.h regex.tcc: Handle regex_constants::__polynomial. 2015-04-28 04:16:48 +00:00
regex_error.h
regex_executor.h
regex_executor.tcc regex.tcc: Handle regex_constants::__polynomial. 2015-04-28 04:16:48 +00:00
regex_scanner.h
regex_scanner.tcc
shared_ptr.h
shared_ptr_atomic.h
shared_ptr_base.h shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415). 2015-05-13 17:42:18 +01:00
slice_array.h
sstream.tcc
stl_algo.h re PR libstdc++/64657 (Support iterators with overloaded operator-comma) 2015-04-29 16:22:13 +01:00
stl_algobase.h 2015-04-30 François Dumont <fdumont@gcc.gnu.org> 2015-04-30 11:36:52 +00:00
stl_bvector.h
stl_construct.h
stl_deque.h
stl_function.h
stl_heap.h
stl_iterator.h re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/808590.cc fails with -std=c++11) 2015-05-20 18:11:03 +01:00
stl_iterator_base_funcs.h re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1)) 2015-04-14 11:02:48 +00:00
stl_iterator_base_types.h
stl_list.h stl_list.h (_M_resize_pos(size_type&)): Declare. 2015-05-19 23:24:50 +01:00
stl_map.h Implement N3657: heterogeneous lookup in associative containers. 2015-01-20 11:50:58 +00:00
stl_multimap.h Implement N3657: heterogeneous lookup in associative containers. 2015-01-20 11:50:58 +00:00
stl_multiset.h Implement N3657: heterogeneous lookup in associative containers. 2015-01-20 11:50:58 +00:00
stl_numeric.h re PR libstdc++/64657 (Support iterators with overloaded operator-comma) 2015-04-29 16:22:13 +01:00
stl_pair.h
stl_queue.h
stl_raw_storage_iter.h stl_raw_storage_iter.h (raw_storage_iterator::base()): Define (LWG 2454). 2015-05-13 14:54:46 +01:00
stl_relops.h
stl_set.h Implement N3657: heterogeneous lookup in associative containers. 2015-01-20 11:50:58 +00:00
stl_stack.h
stl_tempbuf.h
stl_tree.h Implement N3657: heterogeneous lookup in associative containers. 2015-01-20 11:50:58 +00:00
stl_uninitialized.h re PR libstdc++/64657 (Support iterators with overloaded operator-comma) 2015-04-29 16:22:13 +01:00
stl_vector.h
stream_iterator.h
streambuf.tcc
streambuf_iterator.h
stringfwd.h
unique_ptr.h
unordered_map.h unordered_map.h (unordered_map, [...]): Add missing constructors. 2015-05-17 20:14:53 +00:00
unordered_set.h unordered_map.h (unordered_map, [...]): Add missing constructors. 2015-05-17 20:14:53 +00:00
uses_allocator.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc