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]

trivial doc patch


Here's one well past the sell-by date:

	* gxxint.texi: G++ now implements namespaces.

*** gcc/cp/gxxint.texi.orig	Fri Sep 10 23:03:23 1999
--- gcc/cp/gxxint.texi	Sun Sep 12 23:19:02 1999
*************** The int parameter is a basic type, and d
*** 1602,1608 ****
  @subsection Qualified names
  
  Both C++ and Java allow a class to be lexically nested inside another
! class.  C++ also supports namespaces (not yet implemented by G++).
  Java also supports packages.
  
  These are all mangled the same way:  First the letter @samp{Q}
--- 1602,1608 ----
  @subsection Qualified names
  
  Both C++ and Java allow a class to be lexically nested inside another
! class.  C++ also supports namespaces.
  Java also supports packages.
  
  These are all mangled the same way:  First the letter @samp{Q}

-- 
----------------------------------------------------------------------
Paul Burchard   <burchard@pobox.com>   http://www.pobox.com/~burchard/
----------------------------------------------------------------------


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