[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
On Sunday 12 October 2008 19:25:04 Gael Guennebaud wrote:
> ok, I agree with that proposal. and here we can directly use template
> specialization of lpNorm<>, no need to use a meta selector.
>
> gael
It turns out that explicit specialization of a templated method inside a
template class is only allowed if one specializes completely i.e. not only
the template method parameters, but also the template class parameters.
So, meta-selector.
Cheers,
Benoit
---