Boost logo

Boost :

From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2003-01-28 09:47:14


"Peter Dimov" <pdimov_at_[hidden]> wrote in message
news:007701c2c6d2$0ef89880$1d00a8c0_at_pdimov2...
> 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.
>
Thanks!

I've reversed the order of these member functions in optional and it passed
MSVC6.0 without special workarounds! (and bcc5.5.1/gcc3.2 kept working)

Let's see vc7.0 regression results.

--
Fernando Cacciola
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>

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