diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2000-10-30 22:20:52 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2000-10-30 22:20:52 +0000 |
commit | dbdaea4110d5c97ba1addef900516eea7846a2c0 (patch) | |
tree | eed9f2bc34ae3145a379f01e1febf550fef43aeb /gcc/gcc.texi | |
parent | b4b2a48720f16f18c0c085f1fc253b191de9496e (diff) | |
download | gcc-dbdaea4110d5c97ba1addef900516eea7846a2c0.zip gcc-dbdaea4110d5c97ba1addef900516eea7846a2c0.tar.gz gcc-dbdaea4110d5c97ba1addef900516eea7846a2c0.tar.bz2 |
gcc.texi: The C++ standard isn't "draft" anymore.
2000-10-30 Phil Edwards <pme@sources.redhat.com>
* gcc.texi: The C++ standard isn't "draft" anymore.
From-SVN: r37146
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index b215e4d..92b5db3 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: |