diff options
Diffstat (limited to 'gcc/cp/gxxint.texi')
-rw-r--r-- | gcc/cp/gxxint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi index 05f1373b252..df9d100c3c3 100644 --- a/gcc/cp/gxxint.texi +++ b/gcc/cp/gxxint.texi @@ -1602,7 +1602,7 @@ The int parameter is a basic type, and does not receive a B encoding... @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++). +class. C++ also supports namespaces. Java also supports packages. These are all mangled the same way: First the letter @samp{Q} |