Author
anonymous
almost 8 years ago
Language
Compiler
Options
Author
anonymous
almost 8 years ago
$
prog.cc:14:21: error: implicit instantiation of undefined template 'TD<const (lambda at prog.cc:9:24)>'
TD<decltype(f)> td1;
^
prog.cc:5:8: note: template is declared here
struct TD;
^
prog.cc:15:21: error: implicit instantiation of undefined template 'TD<(lambda at prog.cc:9:24)>'
TD<decltype(p)> td2;
^
prog.cc:5:8: note: template is declared here
struct TD;
^
2 errors generated.
Exit Code:
1