30 May
2007
30 May
'07
6:29 a.m.
Ovanes Markarian wrote:
Hi!
do you mean this?
function_template_wrapper::call
(10);
Thanks for the reply, but it's not really what I want.
I need some mechanism to pass a function template, not an instantiation of a
function template.
For example:
template <typename T> void callback() {}
class
{
// invalid syntax
//a kind template template parameter of template function type
template
void set_callback()
{
std::tr1::function