RAD Studio
ContentsIndex
PreviousUpNext
E2106: Explicit specialization must be used with a template class or function (C++)

The explicit specialization operator template<> can only be used in front of a template class or function. Using it with a normal class means nothing, and hence generates an error.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!