RAD Studio
ContentsIndex
PreviousUpNext
E2434: Template declaration missing template parameters ('template<...>') (C++)

In a context where at least one template parameter is clearly required, if none are found this error will result. For example:

template<class T, template<> class U>
class foo;// error: template template parameters require
// at least one actual parameter to be declared
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!