E2098 Explicit specialization declarator "template<>" now required (C++)
Go Up to Compiler Errors And Warnings (C++) Index
When specializing a function, such as providing the definition for "foo<int>", so that foo behaves specially which called for the "int" argument, now requires that the declaration begin with an explicit specialization operator.