diff options
| author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-09 22:47:27 +0000 |
|---|---|---|
| committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-09 22:47:27 +0000 |
| commit | 04222864bb76a5bf19c0750207a775b1a520b79d (patch) | |
| tree | bcaeba286fb20e13c5ee4566fe43314943729d18 | |
| parent | f5213d0474cef98e23b2bf4077c7634508c71720 (diff) | |
| download | ppe42-gcc-04222864bb76a5bf19c0750207a775b1a520b79d.tar.gz ppe42-gcc-04222864bb76a5bf19c0750207a775b1a520b79d.zip | |
* doc/extend.texi (Deprecated Features): Mention that <? and >? and
friends are removed from G++.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129186 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/extend.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1aa5aa39c7f..75956004978 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * c-opts.c (c_common_handle_option): -Wnontemplate-friend, diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a4f7a3a68ce..26c1d2cfe26 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++. |

