From: Geoffrey Keating Date: Tue, 9 Oct 2007 22:47:27 +0000 (+0000) Subject: extend.texi (Deprecated Features): Mention that ? and friends are removed from G++. From-SVN: r129186 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1aa5aa39c7fe..75956004978e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-10-09 Geoffrey Keating + + * doc/extend.texi (Deprecated Features): Mention that ? and + friends are removed from G++. + 2007-10-09 Manuel Lopez-Ibanez * c-opts.c (c_common_handle_option): -Wnontemplate-friend, diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a4f7a3a68cef..26c1d2cfe260 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -12241,8 +12241,8 @@ future version. The G++ minimum and maximum operators (@samp{?}) and their compound forms (@samp{?=}) have been deprecated -and will be removed in a future version. Code using these operators -should be modified to use @code{std::min} and @code{std::max} instead. +and are now removed from G++. Code using these operators should be +modified to use @code{std::min} and @code{std::max} instead. The named return value extension has been deprecated, and is now removed from G++.