]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/ChangeLog
stl_construct.h (_Destroy(_ForwardIterator, _ForwardIterator __last, _Allocator)...
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
index 48a0494cb5bd108df6a8664a6cb32504f4169fe7..0f5b58b2afbcb52c425f46b874be7be8cd878042 100644 (file)
@@ -1,3 +1,15 @@
+2007-05-04  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/bits/stl_construct.h (_Destroy(_ForwardIterator,
+       _ForwardIterator __last, _Allocator)): Change the last parameter
+       to _Allocator&.
+       * include/bits/stl_uninitialized.h (__uninitialized_copy_a,
+       __uninitialized_fill_a, __uninitialized_fill_n_a,
+       __uninitialized_fill_copy, __uninitialized_copy_fill,
+       __uninitialized_copy_copy): Likewise.
+       * include/ext/rope: Adjust everywhere.
+       * include/ext/ropeimpl.h: Likewise.
+
 2007-05-03  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/std/type_traits (enable_if): New.