
8 Apr
2008
8 Apr
'08
9:20 p.m.
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