$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2002-05-10 00:42:37
"David Abrahams" <david.abrahams_at_[hidden]> wrote in message
news:061b01c1f7cf$080dfd30
> Why?
Because following causing compoilation error:
A<B> ab;
A<C> ac;
ac = ab;
In other words ab is NOT convertible to ac.
Gennadiy.