[Bug c++/86883] Unexpected error: expansion pattern '' contains no argument packs

2021-01-18 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86883 Patrick Palka changed: What|Removed |Added Last reconfirmed||2021-01-19

[Bug c++/86883] Unexpected error: expansion pattern '' contains no argument packs

2021-01-18 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86883 Patrick Palka changed: What|Removed |Added CC||ryan_greenblatt at brown dot edu ---

[Bug c++/86883] Unexpected error: expansion pattern '' contains no argument packs

2020-09-25 Thread vopl at bk dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86883 --- Comment #4 from vopl at bk dot ru --- One more: template struct Outer { template struct Inner; template Inner method();//error: expansion pattern 'V0' contains no parameter packs };

[Bug c++/86883] Unexpected error: expansion pattern '' contains no argument packs

2020-09-24 Thread vopl at bk dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86883 vopl at bk dot ru changed: What|Removed |Added CC||vopl at bk dot ru --- Comment #3

[Bug c++/86883] Unexpected error: expansion pattern '' contains no argument packs

2018-08-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86883 --- Comment #1 from Jonathan Wakely --- See also PR 68342 and PR 85569

[Bug c++/86883] Unexpected error: expansion pattern '' contains no argument packs

2018-08-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86883 --- Comment #2 from Jonathan Wakely --- And PR 86859