$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2008-04-08 17:20:23
Robert Ramey wrote:
> I've got a problem with Trak Ticket #1285 which I believe
> BOOST_NO_ADL_BARRIER
> will resolve for VC 9 and I was wondering if would be used to eliminate the
> hack for borland that's in there
"using-directive in namespace scope" has been broken under msvc for years.
(It sometimes results in introducing names into the global namespace!)
Hence, it should not be used.
BOOST_NO_ADL_BARRIER is a new problem under msvc-9.0.
Regards,
-- Shunsuke Sogame