Compiler Error C2927
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2927.
function' : a function template must be called with at least one argument
You cannot call a template function without arguments. The type of the template arguments determines what version of the function to generate.
Show: