Commit 32e26ece by Geoffrey Keating Committed by Geoffrey Keating

extend.texi (Deprecated Features): Mention that <?

	* doc/extend.texi (Deprecated Features): Mention that <? and >? and
	friends are removed from G++.

From-SVN: r129186
parent c56abad5
2007-10-09 Geoffrey Keating <geoffk@apple.com>
* doc/extend.texi (Deprecated Features): Mention that <? and >? and
friends are removed from G++.
2007-10-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 2007-10-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* c-opts.c (c_common_handle_option): -Wnontemplate-friend, * c-opts.c (c_common_handle_option): -Wnontemplate-friend,
...@@ -12241,8 +12241,8 @@ future version. ...@@ -12241,8 +12241,8 @@ future version.
The G++ minimum and maximum operators (@samp{<?} and @samp{>?}) and The G++ minimum and maximum operators (@samp{<?} and @samp{>?}) and
their compound forms (@samp{<?=}) and @samp{>?=}) have been deprecated their compound forms (@samp{<?=}) and @samp{>?=}) have been deprecated
and will be removed in a future version. Code using these operators and are now removed from G++. Code using these operators should be
should be modified to use @code{std::min} and @code{std::max} instead. modified to use @code{std::min} and @code{std::max} instead.
The named return value extension has been deprecated, and is now The named return value extension has been deprecated, and is now
removed from G++. removed from G++.
......
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