Edit

Share via


Compiler Error C2927

'function' : a function template must be called with at least one argument

You cannot call a function template without arguments. The type of the template arguments determines what version of the function to generate.