OSDN Git Service

2011-01-19 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 856f107..a4810b3 100644 (file)
@@ -1,3 +1,21 @@
+2011-01-19  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/36104 part two
+       * include/bits/hashtable.h: Revert to non-nested macro usage.
+       * include/bits/hashtable_policy.h: Same.
+
+2011-01-19  Graham Reed  <greed@pobox.com>
+
+       PR libstdc++/47354
+       * src/bitmap_allocator.cc (free_list::_M_get): Lock mutex.
+
+2011-01-18  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * doc/xml/images/confdeps.png: Regenerate.
+
+       * include/std/chrono (duration): Mark copy constructor constexpr.
+       * testsuite/20_util/duration/cons/constexpr.cc: Add test.
+
 2011-01-18  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/unique_ptr.h (default_delete<>::default_delete()):