RAD Studio
ContentsIndex
PreviousUpNext
E2299: Cannot generate template specialization from 'specifier'

This error will result if an attempt is made to reference a template class or function in a manner which yields no possible candidate specializations. For example:

template<class T>
class foo;
foo<10> x;       // error: arguments aren't valid for 'foo'
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!