.. |
algorithmfwd.h
|
re PR libstdc++/37547 ([c++0x] minmax with initializer_list gives incorrect results)
|
2008-09-17 22:58:38 +00:00 |
allocator.h
|
|
|
basic_ios.h
|
|
|
basic_ios.tcc
|
|
|
basic_string.h
|
re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)
|
2008-10-27 15:01:28 +00:00 |
basic_string.tcc
|
Add initializer_list support as per N2679.
|
2008-07-21 15:40:39 -04:00 |
boost_concept_check.h
|
|
|
c++config
|
2008-07-19 Paolo Carlini <paolo.carlini@oracle.com>
|
2008-07-19 19:58:52 +00:00 |
char_traits.h
|
char_traits.h (char_traits<char16_t>:: assign(char_type*, size_t, char_type), [...]): For now, just open-code.
|
2008-08-21 01:06:45 +00:00 |
codecvt.h
|
|
|
concept_check.h
|
|
|
cpp_type_traits.h
|
|
|
deque.tcc
|
|
|
forward_list.h
|
forward_list.h (forward_list<>:: forward_list(size_type)): Tweak, use _Base default constructor.
|
2008-10-17 08:54:38 +00:00 |
forward_list.tcc
|
forward_list.tcc (forward_list<>:: _M_initialize_dispatch(_InputIterator, _InputIterator, __false_type)): Simplify.
|
2008-10-17 09:08:02 +00:00 |
fstream.tcc
|
|
|
functexcept.h
|
|
|
functional_hash.h
|
|
|
gslice_array.h
|
|
|
gslice.h
|
|
|
hashtable.h
|
|
|
indirect_array.h
|
|
|
ios_base.h
|
ios_base.h: Undef _IOS_BASE_SEEK_CUR and _IOS_BASE_SEEK_END at the end of the file.
|
2008-08-08 09:54:09 +00:00 |
istream.tcc
|
|
|
list.tcc
|
stl_list.h (_List_node<>::_List_node<>(_Args&&...)): Add in C++0x mode.
|
2008-10-14 17:14:49 +00:00 |
locale_classes.h
|
|
|
locale_classes.tcc
|
|
|
locale_facets_nonio.h
|
|
|
locale_facets_nonio.tcc
|
|
|
locale_facets.h
|
locale_facets.tcc (num_get<>::do_get(, long&), [...]): Move inline...
|
2008-11-01 17:38:39 +00:00 |
locale_facets.tcc
|
locale_facets.tcc (num_get<>::do_get(iter_type, iter_type, ios_base&, ios_base::iostate&, bool&): Tidy.
|
2008-11-03 10:23:38 +00:00 |
localefwd.h
|
|
|
mask_array.h
|
|
|
move.h
|
move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809.
|
2008-06-22 13:57:06 +00:00 |
ostream_insert.h
|
|
|
ostream.tcc
|
|
|
postypes.h
|
cinttypes: Restore __STDC_FORMAT_MACRO after inclusion of <inttypes.h>.
|
2008-09-09 21:33:46 +00:00 |
shared_ptr.h
|
shared_ptr.h: Update comparisons to match WP.
|
2008-11-01 11:29:06 +00:00 |
slice_array.h
|
|
|
sstream.tcc
|
|
|
stl_algo.h
|
stl_algo.h (minmax(initializer_list<>): Use make_pair, consistently with the other overload for initializer_list.
|
2008-09-21 09:36:27 +00:00 |
stl_algobase.h
|
[multiple changes]
|
2008-06-21 16:55:17 +00:00 |
stl_bvector.h
|
set.h: Minor formatting fixes.
|
2008-07-29 19:34:36 +00:00 |
stl_construct.h
|
|
|
stl_deque.h
|
Add initializer_list support as per N2679.
|
2008-07-21 15:40:39 -04:00 |
stl_function.h
|
|
|
stl_heap.h
|
[multiple changes]
|
2008-06-21 16:55:17 +00:00 |
stl_iterator_base_funcs.h
|
stl_iterator_base_funcs.h (next, prev): Add in C++0x mode.
|
2008-06-17 21:33:15 +00:00 |
stl_iterator_base_types.h
|
|
|
stl_iterator.h
|
stl_iterator.h (operator-(const reverse_iterator<>&, const reverse_iterator<>&), [...]): Use the auto -> return type syntax, implement DR 685.
|
2008-10-07 14:49:20 +00:00 |
stl_list.h
|
stl_list.h (_List_node<>::_List_node<>(_Args&&...)): Add in C++0x mode.
|
2008-10-14 17:14:49 +00:00 |
stl_map.h
|
set.h: Minor formatting fixes.
|
2008-07-29 19:34:36 +00:00 |
stl_multimap.h
|
set.h: Minor formatting fixes.
|
2008-07-29 19:34:36 +00:00 |
stl_multiset.h
|
set.h: Minor formatting fixes.
|
2008-07-29 19:34:36 +00:00 |
stl_numeric.h
|
stl_numeric.h (iota): Add in C++0x mode.
|
2008-06-27 10:47:27 +00:00 |
stl_pair.h
|
re PR libstdc++/37919 ([c++0x] GCC 4.4 regression r141214 of gcc c++0x stl_pair.c causes a boost 1.36 compilation to fail)
|
2008-10-27 16:50:23 +00:00 |
stl_queue.h
|
|
|
stl_raw_storage_iter.h
|
|
|
stl_relops.h
|
|
|
stl_set.h
|
set.h: Minor formatting fixes.
|
2008-07-29 19:34:36 +00:00 |
stl_stack.h
|
|
|
stl_tempbuf.h
|
|
|
stl_tree.h
|
2008-10-19 Paolo Carlini <paolo.carlini@oracle.com>
|
2008-10-19 14:49:38 +00:00 |
stl_uninitialized.h
|
stl_algo.h (copy_n): Add in C++0x mode.
|
2008-06-29 11:08:26 +00:00 |
stl_vector.h
|
stl_vector.h (_Vector_base<>::_Vector_impl::_M_start, [...]): Use _Tp_alloc_type::pointer.
|
2008-10-08 15:04:44 +00:00 |
stream_iterator.h
|
|
|
streambuf_iterator.h
|
|
|
streambuf.tcc
|
|
|
stringfwd.h
|
PR libstdc++/33979 (partial)
|
2008-08-20 19:29:54 +00:00 |
unique_ptr.h
|
unique_ptr.h (unique_ptr<_Tp[]>::template<typename U> void reset(U)): Add as deleted function, per DR 821 [Ready].
|
2008-09-28 15:47:45 +00:00 |
valarray_after.h
|
|
|
valarray_array.h
|
|
|
valarray_array.tcc
|
|
|
valarray_before.h
|
|
|
vector.tcc
|
|
|