
18 Feb
2006
18 Feb
'06
7:17 p.m.
David Abrahams wrote:
This failure: http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/output/...
Appears to be due to vc7.1 badly misinterpreting a using-directive in the scope of the instantiating function. I suggest full qualification of ::boost::detail in shared_ptr.hpp as a remedy.
Most 'detail's in shared_ptr.hpp were already fully-qualified, but since there is no shared_ptr test covering this case, I've managed to introduce two unqualified instances. Which leads me to think that my first reaction of "does anyone have a simple test case" was correct. Unfortunately producing a simple test for this problem doesn't seem easy.