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

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!