diff mbox

[C++,doc,trivial] PR 58458

Message ID 52398A4F.3040503@oracle.com
State New
Headers show

Commit Message

Paolo Carlini Sept. 18, 2013, 11:11 a.m. UTC
Hi,

committed to mainline/4_8/4_7.

Thanks,
Paolo.

/////////////////
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.
diff mbox

Patch

Index: doc/implement-cxx.texi
===================================================================
--- doc/implement-cxx.texi	(revision 202668)
+++ doc/implement-cxx.texi	(working copy)
@@ -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