Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-02-18 14:17:48


David Abrahams wrote:
> This failure:
> http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/output/RudbekAssociates-bin-boost-libs-graph-test-graphviz_test-test-vc-7_1-debug-threading-multi.html
>
> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk