[Bug c++/83130] Compilation error related to 'using', template instantiations and default constructors
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83130 --- Comment #1 from Krzysztof Jakubowski --- someFunc() at the bottom is unnecessary.
[Bug c++/83130] New: Compilation error related to 'using', template instantiations and default constructors
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: nadult at fastmail dot fm Target Milestone: --- The following code fails to compile on new GCC (7.1, 7.2, 8.0). It compiles without any problems on Clang