Author
anonymous
almost 7 years ago
$
prog.cc:7:3: error: implicit instantiation of undefined template 'print<int &>' print<T&&>{}; ^ prog.cc:2:8: note: template is declared here struct print; ^ 1 error generated.