From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-06-24 17:21:35


David Abrahams wrote:
>
> I have often heard it claimed that anything you can do with template
> template parameters, you can also do without them, but better. I am not
> familiar with the arguments, so I can't evaluate their validity.

The arguments concerning template-template parameters I heard concerned
class template parameters only. Here, we're dealing with deduced
template-template parameters for functions. Note that any "work-arounds"
in this area is likely to prevent template argument deduction.

Jens Maurer