$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-06-06 11:23:32
> You have to take some steps to eliminate the formation of
> pointers-to-references, i.e. a partial specialization on compilers
> that support it and some wretched mess everywhere else.
Yes, but.... the internals do that already, in fact Eric's suggested change
is in cvs already, and I haven't spotted any regressions so far (nothing in
the type_traits tests anyway).
John.