Author
anonymous
about 7 years ago
Language
Compiler
Options
Author
anonymous
about 7 years ago
$
prog.cc:19:21: error: no matching member function for call to 'async_kernel'
auto f = helper.async_kernel(fn);
~~~~~~~^~~~~~~~~~~~
prog.cc:10:10: note: candidate template ignored: deduced type 'char (*)(int)' of 1st parameter does not match adjusted type 'char (*)(double, int)' of argument [with R = char, Params = <>]
void async_kernel(R (*)(Params..., int)) {
^
1 error generated.
Exit Code:
1