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: 2026-06-17 00:21
  • by 127.0.0.1