]> gcc.gnu.org Git - gcc.git/commitdiff
gcc.texi: The C++ standard isn't "draft" anymore.
authorPhil Edwards <pme@gcc.gnu.org>
Mon, 30 Oct 2000 22:20:52 +0000 (22:20 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Mon, 30 Oct 2000 22:20:52 +0000 (22:20 +0000)
2000-10-30  Phil Edwards  <pme@sources.redhat.com>

* gcc.texi:  The C++ standard isn't "draft" anymore.

From-SVN: r37146

gcc/ChangeLog
gcc/gcc.texi

index c631e6dd8689de47c84daa5dd865024227ed814d..70b91723c1eae10aa9616d096450be27e04bd6e3 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-30  Phil Edwards  <pme@sources.redhat.com>
+
+       * gcc.texi:  The C++ standard isn't "draft" anymore.
+
 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
 
        * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
index b215e4dd244b54962af085392a28213e2a1cdfec..92b5db3e46450dff2d4529ee30ddc25f2b4583d6 100644 (file)
@@ -1683,7 +1683,7 @@ class Foo
 This declaration only establishes that the class @code{Foo} has an
 @code{int} named @code{Foo::bar}, and a member function named
 @code{Foo::method}.  But you still need to define @emph{both}
-@code{method} and @code{bar} elsewhere.  According to the draft ANSI
+@code{method} and @code{bar} elsewhere.  According to the ISO
 standard, you must supply an initializer in one (and only one) source
 file, such as:
 
This page took 0.082818 seconds and 5 git commands to generate.