Author
anonymous
over 9 years ago
Language
Compiler
Options
Author
anonymous
over 9 years ago
$
prog.cc: In instantiation of 'void F(T&&) [with T = int&]':
prog.cc:15:8: required from here
prog.cc:9:11: error: 'TD<int&> td' has incomplete type
TD<T> td;
^~
prog.cc: In instantiation of 'void F(T&&) [with T = int]':
prog.cc:16:8: required from here
prog.cc:9:11: error: 'TD<int> td' has incomplete type
Exit Code:
1