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]

Patch to document removal of <?, >?, <?=, and >?= operators


Here is a patch to document the removal of the <?, >?, <?=, and >?=
operators which have be depreciated in the last couple of releases.

The patch to actually remove these operators was checked in several
weeks ago.  It is documented in the C++ section since C++ was the only
language that was recognizing the operators.

OK for checkin?

Steve Ellcey
sje@cup.hp.com


2006-09-07  Steve Ellcey  <sje@cup.hp.com>

	* htdocs/gcc-4.1/changes.html (C++): Document removal of
	<?, >?, <?=, and >?=.


*** changes.html.orig	Thu Sep  7 14:11:53 2006
--- changes.html	Thu Sep  7 14:30:26 2006
***************
*** 56,61 ****
--- 56,67 ----
      </li>
  
      <li>
+      The <code>&lt?</code>, <code>&gt?</code>, <code>&lt?=</code>,
+      and <code>&gt?=</code> operators,
+      deprecated in previous GCC releases, have been removed.
+     </li>
+ 
+     <li>
       The command line option <code>-fconst-strings</code>, deprecated in
       previous GCC releases, has been removed.
      </li>


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