summaryrefslogtreecommitdiff
path: root/gcc/doc/implement-cxx.texi
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-18 11:06:15 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-18 11:06:15 +0000
commit139d1461406052a6974dd0180140d57327f154f3 (patch)
tree8311a22deec5b01ef965e7c7cc31f69e19f163cc /gcc/doc/implement-cxx.texi
parent50a855d7c05cc863574e2c2f47947d1d07701564 (diff)
downloadgcc-139d1461406052a6974dd0180140d57327f154f3.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202696 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/implement-cxx.texi')
-rw-r--r--gcc/doc/implement-cxx.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/implement-cxx.texi b/gcc/doc/implement-cxx.texi
index e9236cab6f4..43a8a597ab6 100644
--- a/gcc/doc/implement-cxx.texi
+++ b/gcc/doc/implement-cxx.texi
@@ -9,8 +9,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