$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris Fomitchev (fbp_at_[hidden])
Date: 2000-01-03 14:17:34
jsiek_at_[hidden] wrote:
> Yes, and template member classes must also be defined inline.
>
Those are seriously broken, actually - you may define them but you can
hardly
use them at all - at least, I was unable to make use of allocator<>::rebind
with VC6.
-Boris.
>
> Boris Fomitchev writes:
>  > Actually, some member template support was there since
>  > VC 5.0, its main problem is that member template function must be
>  > defined inline to compile with VC (same for 6.0). Also there
>  > might be glitches when both copy constructor and template constructor
>  > are present.
>  >
>  > -Boris.
>  >