diff options
| author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-30 22:20:52 +0000 |
|---|---|---|
| committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-30 22:20:52 +0000 |
| commit | 20b8559294988448711df71d29e657bd12e3ea8f (patch) | |
| tree | eed9f2bc34ae3145a379f01e1febf550fef43aeb /gcc | |
| parent | 5922e5b56840c8006062900ec044b1971d5e1afb (diff) | |
| download | ppe42-gcc-20b8559294988448711df71d29e657bd12e3ea8f.tar.gz ppe42-gcc-20b8559294988448711df71d29e657bd12e3ea8f.zip | |
2000-10-30 Phil Edwards <pme@sources.redhat.com>
* 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
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/gcc.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c631e6dd868..70b91723c1e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/gcc.texi b/gcc/gcc.texi index b215e4dd244..92b5db3e464 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: |

