[Bug c++/82632] copy deduction candidate erroneously preferred over deduction-guide

2022-01-27 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82632 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/82632] copy deduction candidate erroneously preferred over deduction-guide

2022-01-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82632 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:fd59d5d4a2ef8a97541a22399480bc1f8e82ceca commit r12-6901-gfd59d5d4a2ef8a97541a22399480bc1f8e82ceca Author: Patrick Palka Date:

[Bug c++/82632] copy deduction candidate erroneously preferred over deduction-guide

2021-07-14 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82632 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment

[Bug c++/82632] copy deduction candidate erroneously preferred over deduction-guide

2021-06-19 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82632 Luke Dalessandro changed: What|Removed |Added CC||ldalessandro at gmail dot com ---

[Bug c++/82632] copy deduction candidate erroneously preferred over deduction-guide

2017-10-20 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82632 --- Comment #1 from Barry Revzin --- Actually, I'm pretty sure that gcc is correct here while this is a clang bug for rejecting. The copy deduction candidate is more specialized, which is preferred first over the deduction-guide.