[Bug c++/58089] expanding empty parameter pack as constructor arguments requires accessible copy constructor

2021-08-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug c++/58089] expanding empty parameter pack as constructor arguments requires accessible copy constructor

2021-08-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 Andrew Pinski changed: What|Removed |Added Known to work||7.0 --- Comment #4 from Andrew Pinski -

[Bug c++/58089] expanding empty parameter pack as constructor arguments requires accessible copy constructor

2015-01-20 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 Paolo Carlini changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Commen

[Bug c++/58089] expanding empty parameter pack as constructor arguments requires accessible copy constructor

2013-11-29 Thread a...@q-fu.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 Andrey Zholos changed: What|Removed |Added CC||a...@q-fu.com --- Comment #2 from Andrey

[Bug c++/58089] expanding empty parameter pack as constructor arguments requires accessible copy constructor

2013-08-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 --- Comment #1 from Jonathan Wakely --- Using list-initialization works fine: X t{args...};