Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-01-28 08:35:00


From: "Fernando Cacciola" <fernando_cacciola_at_[hidden]>
[...]
> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk