Commit 90ea7324 by Nathan Sidwell Committed by Nathan Sidwell

extend.texi (Deprecated Features): Implicit typename is gone.

	* doc/extend.texi (Deprecated Features): Implicit typename is
	gone. Default args on types is going.

From-SVN: r69853
parent c67d36d0
2003-07-27 Nathan Sidwell <nathan@codesourcery.com>
* doc/extend.texi (Deprecated Features): Implicit typename is
gone. Default args on types is going.
2003-07-26 J"orn Rennecke <joern.rennecke@superh.com> 2003-07-26 J"orn Rennecke <joern.rennecke@superh.com>
* Makefile.in (ifcvt.o): Depend on target.h * Makefile.in (ifcvt.o): Depend on target.h
......
...@@ -7290,7 +7290,7 @@ Predefined Macros,cpp.info,The C Preprocessor}). ...@@ -7290,7 +7290,7 @@ Predefined Macros,cpp.info,The C Preprocessor}).
method denoted by a @samp{->*} or @samp{.*} expression. method denoted by a @samp{->*} or @samp{.*} expression.
* C++ Attributes:: Variable, function, and type attributes for C++ only. * C++ Attributes:: Variable, function, and type attributes for C++ only.
* Java Exceptions:: Tweaking exception handling to work with Java. * Java Exceptions:: Tweaking exception handling to work with Java.
* Deprecated Features:: Things might disappear from g++. * Deprecated Features:: Things will disappear from g++.
* Backwards Compatibility:: Compatibilities with earlier definitions of C++. * Backwards Compatibility:: Compatibilities with earlier definitions of C++.
@end menu @end menu
...@@ -7963,10 +7963,12 @@ and is now removed from g++. ...@@ -7963,10 +7963,12 @@ and is now removed from g++.
Floating and complex non-type template parameters have been deprecated, Floating and complex non-type template parameters have been deprecated,
and are now removed from g++. and are now removed from g++.
The implicit typename extension has been deprecated and will be removed The implicit typename extension has been deprecated and is now
from g++ at some point. In some cases g++ determines that a dependent removed from g++.
type such as @code{TPL<T>::X} is a type without needing a
@code{typename} keyword, contrary to the standard. The use of default arguments in function pointers, function typedefs and
and other places where they are not permitted by the standard is
deprecated and will be removed from a future version of g++.
@node Backwards Compatibility @node Backwards Compatibility
@section Backwards Compatibility @section Backwards Compatibility
......
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