diff options
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5e0ebf832b1..dfb651e96a1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2010-06-29 Jason Merrill <jason@redhat.com> + Enable implicitly declared move constructor/operator= (N3053). + * include/bits/unordered_map.h: Explicitly default copy constructors. + * include/bits/unordered_set.h: Likewise. + * 19_diagnostics/error_category/cons/copy_neg.cc: Adjust expected errors, use dg-prune-output. * 20_util/function/cmp/cmp_neg.cc: Likewise. |