Author
anonymous
about 7 years ago
$
prog.cc: In function 'int main()': prog.cc:9:35: error: unable to deduce 'auto (*)(T)' from 'bar' static_cast<void>(Foo<int, bar>{}); ^ prog.cc:9:35: note: mismatched types 'T' and 'int'