$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.