$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-01-22 09:42:55
Andy Little wrote:
> The current workaround is just to define the operators in global namespace for
> this compiler( I know its not legal! but it gets around the problem).
"using namespace boost::pqs" (on the user side) won't help?
> I'm wondering if anyone else has found this sort of problem in VC8.0?
There's no ADL in BOOST_TYPEOF_TPL with MSVC8 (at least in some contexts, see
http://tinyurl.com/7e6a6 -- the lack of ADL is only mentioned in a sidenote of the
code, the thread is actually about even weirder MSVC8 behaviour in this context).
Regards,
Tobias