* doc/invoke.texi (Wctor-dtor-privacy): Update documentation.

From-SVN: r66693
This commit is contained in:
Gabriel Dos Reis 2003-05-11 16:06:21 +00:00 committed by Gabriel Dos Reis
parent a71c8ddcf5
commit 78d0a54d41
2 changed files with 5 additions and 1 deletions

View 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.

View 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