Author
anonymous
about 5 years ago
Language
Compiler
Options
Author
anonymous
about 5 years ago
$
prog.cc:14:17: error: dependent using declaration resolved to type without 'typename'
using Base_t::Base;
^
prog.cc:19:27: note: in instantiation of template class 'Derived<Derived<int> >' requested here
Derived<Derived<int>> derived { 10 };
^
prog.cc:4:8: note: target of using declaration
struct Base
^
1 error generated.
Exit Code:
1