From: "Fernando Cacciola" <[EMAIL PROTECTED]>
[...]
> template<class T>
> struct X
> {
>   X ( X const& ) ;
>   template<class U> X ( X<U> const& ) ;
> } ;

As a general MSVC rule, put the template before the non-template.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to