OSDN Git Service

correct ChangeLog
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Sep 2011 21:38:26 +0000 (21:38 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Sep 2011 21:38:26 +0000 (21:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179131 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index 4c0edf6..6754977 100644 (file)
@@ -1,6 +1,6 @@
 2011-09-23  Jason Merrill  <jason@redhat.com>
 
-       Core 234 - allow const objects with no initializer or
+       Core 253 - allow const objects with no initializer or
        user-provided default constructor if the defaulted constructor
        initializes all the subobjects.
        PR c++/20039