[Bug c++/101338] Redeclaration of template members in subclass fails

2021-07-12 Thread josipp at live dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101338 --- Comment #2 from Josip Palavra --- (In reply to Jonathan Wakely from comment #1) > All your examples are missing a semi-colon after the struct definition. Oops, thanks for pointing that out! The problem persists even with all the semicolons

[Bug c++/101338] New: Redeclaration of template members in subclass fails

2021-07-06 Thread josipp at live dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101338 Bug ID: 101338 Summary: Redeclaration of template members in subclass fails Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo