
22 Jan
2006
22 Jan
'06
2:42 p.m.
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