E2415 Template functions may only have 'type-arguments' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

A function template was declared with a non-type argument.

This is not allowed with a template function, as there is no way to specify the value when calling it.