$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Huber (ah2003_at_[hidden])
Date: 2003-03-10 03:33:39
> > Since T is never cv-qualified or a reference, this should work under all
> > circumstances.
>
> Uhmm, actually 'is_msvc_eti_arg' can be used in other contexts, including
> the ones where T can be everything, and in particular a reference; so, in
> the long run, we'll have to do something a little bit more sophisticated
to
> fix it, but for now 'T&' will do. Fixed in the CVS.
Ooops, you're right, I missed the other uses.
Thanks for the fixes!
Andreas