Re: [C++/doc Patch] PR 55813

2013-02-27 Thread Jason Merrill
OK. I suppose we could add a different name as an alias, but it probably isn't worth the bother. Jason

[C++/doc Patch] PR 55813

2013-02-27 Thread Paolo Carlini
Hi, in this PR submitter notices that in -Wctor-dtor-privacy we also handle the case of private member functions which are neither constructors nor destructors. Eg, we warn for: class A { // warning: all member functions in class 'A' are private void f(); }; Thus, minimally, I think we co