[Bug c++/71484] Class with implicit public constructor triggers `-Wctor-dtor-privacy`

2021-03-27 Thread e.fokken+gnu at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484 Eike changed: What|Removed |Added CC||e.fokken+gnu at posteo dot de --- Comment #6

[Bug c++/71484] Class with implicit public constructor triggers `-Wctor-dtor-privacy`

2019-08-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic

[Bug c++/71484] Class with implicit public constructor triggers `-Wctor-dtor-privacy`

2019-08-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484 --- Comment #4 from Jonathan Wakely --- (In reply to Olivier Kannengieser from comment #2) > In GCC 8.1, > > #pragma GCC diagnostic ignored "-Wctor-dtor-privacy", > does not fully disable the diagnostic message: > > --> without

[Bug c++/71484] Class with implicit public constructor triggers `-Wctor-dtor-privacy`

2019-08-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484 --- Comment #3 from Jonathan Wakely --- (In reply to Kyle J Strand from comment #0) > A class whose only user-declared methods are `private`, but which *does* > have an implicit public constructor, can trigger `-Wctor-dtor-privacy`. > > See

[Bug c++/71484] Class with implicit public constructor triggers `-Wctor-dtor-privacy`

2018-06-21 Thread okannen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484 Olivier Kannengieser changed: What|Removed |Added CC||okannen at gmail dot com ---

[Bug c++/71484] Class with implicit public constructor triggers `-Wctor-dtor-privacy`

2018-05-04 Thread jlegg at feralinteractive dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484 James Legg changed: What|Removed |Added CC||jlegg at feralinteractive dot com ---

[Bug c++/71484] Class with implicit public constructor triggers `-Wctor-dtor-privacy`

2016-06-09 Thread kyle.strand at beckman dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71484 Kyle J Strand changed: What|Removed |Added Severity|normal |minor