From d78f22a8d1cc7d7894f755d73e95839d107e2c2f Mon Sep 17 00:00:00 2001 From: Daniel Morris Date: Wed, 18 Sep 2013 11:08:02 +0000 Subject: [PATCH] re PR c++/58458 (ISO 14882 typo in docs) 2013-09-18 Daniel Morris Paolo Carlini PR c++/58458 * doc/implement-cxx.texi: Fix references to the C++ standards. Co-Authored-By: Paolo Carlini From-SVN: r202698 --- gcc/ChangeLog | 6 ++++++ gcc/doc/implement-cxx.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb29a154553c..11f79cdb100a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-09-18 Daniel Morris + Paolo Carlini + + PR c++/58458 + * doc/implement-cxx.texi: Fix references to the C++ standards. + 2013-09-14 John David Anglin PR target/58382 diff --git a/gcc/doc/implement-cxx.texi b/gcc/doc/implement-cxx.texi index ac9a393da207..3d4752e5ff23 100644 --- a/gcc/doc/implement-cxx.texi +++ b/gcc/doc/implement-cxx.texi @@ -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 -- 2.47.2