From: pme Date: Mon, 30 Oct 2000 22:20:52 +0000 (+0000) Subject: 2000-10-30 Phil Edwards X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20b8559294988448711df71d29e657bd12e3ea8f;p=thirdparty%2Fgcc.git 2000-10-30 Phil Edwards * gcc.texi: The C++ standard isn't "draft" anymore. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37146 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c631e6dd8689..70b91723c1ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-10-30 Phil Edwards + + * gcc.texi: The C++ standard isn't "draft" anymore. + 2000-10-30 Mark Mitchell * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID. diff --git a/gcc/gcc.texi b/gcc/gcc.texi index b215e4dd244b..92b5db3e4645 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -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: