Commit dbdaea41 by Phil Edwards

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
parent b4b2a487
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> 2000-10-30 Mark Mitchell <mark@codesourcery.com>
* cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID. * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
......
...@@ -1683,7 +1683,7 @@ class Foo ...@@ -1683,7 +1683,7 @@ class Foo
This declaration only establishes that the class @code{Foo} has an This declaration only establishes that the class @code{Foo} has an
@code{int} named @code{Foo::bar}, and a member function named @code{int} named @code{Foo::bar}, and a member function named
@code{Foo::method}. But you still need to define @emph{both} @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 standard, you must supply an initializer in one (and only one) source
file, such as: file, such as:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment