E2433 Specialization after first use of template (C++)
Go Up to Compiler Errors And Warnings (C++) Index
An ANSI C++ rule requires that a specialization for a function template be declared before its first use. This error message is only issued when the ANSI conformance option (-A) is active.