This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81527] Missing inherited constructor by "using-declarations"
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 25 Jul 2017 21:07:50 +0000
- Subject: [Bug c++/81527] Missing inherited constructor by "using-declarations"
- Auto-submitted: auto-generated
- References: <bug-81527-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81527
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I don't think the code is valid, copy/move constructors are not inherited. See
PR 69853 for a similar bug report.
*** This bug has been marked as a duplicate of bug 69853 ***