ajterr:10041

Variadic type parameter must be last type parameter (AJTERR10041)

Product(s) Karo.NET Compiler

A variadic type parameter must always be specified at the last position.

test::testClass<...T, T2> { }
//              ^^^^ This variadic type parameter is not at the last position

Move the variadic type parameter to the last position.

  • ajterr/10041.txt
  • Last modified: 2025-09-01 21:23
  • by admin