2011-11-21 Paolo Carlini <paolo.carlini@oracle.com>

* Fix last ChangeLog entry.

From-SVN: r181556
This commit is contained in:
Paolo Carlini 2011-11-21 10:48:53 +00:00
parent a7cd7b6088
commit bbee335668
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
(tuple<>::tuple(_UElements&&...),
tuple<>::tuple(const tuple<_UElements...>&),
tuple<>::tuple(tuple<_UElements...>&&)): Remove wa for c++/48322.
* testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error
line number.
2011-11-20 Jason Merrill <jason@redhat.com>