This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

update doc for <? and friends


They're gone, the doc should mention this.

Tested on powerpc-darwin8.

-- 
- Geoffrey Keating <geoffk@apple.com>

===File ~/patches/gcc-doc-minmaxremoved.patch===============
2007-09-14  Geoffrey Keating  <geoffk@apple.com>

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

Index: gcc/doc/extend.texi
===================================================================
--- gcc/doc/extend.texi	(revision 129137)
+++ gcc/doc/extend.texi	(working copy)
@@ -12241,8 +12241,8 @@
 
 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++.
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]