[Bug c++/70637] Ambiguity error invoking a constructor with double brace initialization

2021-12-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70637 --- Comment #3 from Andrew Pinski --- (In reply to Arthur O'Dwyer from comment #1) > Confirmed. I ran into the same issue with a unit test that was trying to > test whether a given constructor was `explicit`. That is PR 97220 which looks like a

[Bug c++/70637] Ambiguity error invoking a constructor with double brace initialization

2019-02-05 Thread arthur.j.odwyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70637 --- Comment #2 from Arthur O'Dwyer --- I should add, this is a bug in trunk, I don't know why the "Version" is set to GCC 5.2. :)

[Bug c++/70637] Ambiguity error invoking a constructor with double brace initialization

2019-02-05 Thread arthur.j.odwyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70637 Arthur O'Dwyer changed: What|Removed |Added CC||arthur.j.odwyer at gmail dot com ---