diff options
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a4f7a3a..26c1d2c 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 @samp{>?}) and their compound forms (@samp{<?=}) and @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++. |