* doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 11 May 2003 16:06:21 +0000 (16:06 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 11 May 2003 16:06:21 +0000 (16:06 +0000)
From-SVN: r66693

gcc/ChangeLog
gcc/doc/invoke.texi

index 5c9df665cc2e356a76efc1467e8b3f5aa5baadf8..06e3423300bd51c3dfc906098c9ba00d0a84c406 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+       * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
+
 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
index d9b15bd9768b4bbb627505ed9980e1c372793b95..4cca6714be861367bdd0112a21775cf3c938800e 100644 (file)
@@ -1597,7 +1597,7 @@ Instantiations of these templates may be mangled incorrectly.
 @opindex Wctor-dtor-privacy
 Warn when a class seems unusable, because all the constructors or
 destructors in a class are private and the class has no friends or
-public static member functions.  This warning is enabled by default.
+public static member functions.
 
 @item -Wnon-virtual-dtor @r{(C++ only)}
 @opindex Wnon-virtual-dtor