OSDN Git Service

2013-09-18 Daniel Morris <danielm@ecoscentric.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Sep 2013 11:08:02 +0000 (11:08 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Sep 2013 11:08:02 +0000 (11:08 +0000)
    Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58458
* doc/implement-cxx.texi: Fix references to the C++ standards.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@202698 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/implement-cxx.texi

index bb29a15..11f79cd 100644 (file)
@@ -1,3 +1,9 @@
+2013-09-18  Daniel Morris  <danielm@ecoscentric.com>
+           Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/58458
+       * doc/implement-cxx.texi: Fix references to the C++ standards.
+
 2013-09-14  John David Anglin  <danglin@gcc.gnu.org>
 
        PR target/58382
index ac9a393..3d4752e 100644 (file)
@@ -10,8 +10,8 @@
 A conforming implementation of ISO C++ is required to document its
 choice of behavior in each of the areas that are designated
 ``implementation defined''.  The following lists all such areas,
-along with the section numbers from the ISO/IEC 14822:1998 and ISO/IEC
-14822:2003 standards.  Some areas are only implementation-defined in
+along with the section numbers from the ISO/IEC 14882:1998 and ISO/IEC
+14882:2003 standards.  Some areas are only implementation-defined in
 one version of the standard.
 
 Some choices depend on the externally determined ABI for the platform