Boost logo

Boost :

From: hugo_duncan (hugo.duncan_at_[hidden])
Date: 2002-02-04 11:16:04


shared_ptr seems to use unqualified references to detail namespace. I am not sure if this is a problem specifically for MSVC 7, or a general issue.

While compiling code on MSVC 7 (which compiled fine using the boost CVS version last week) I get the followinging error:

c:\usr\boost\boost\shared_ptr.hpp(104) : error C2872: 'detail' : ambiguous symbol
        could be 'boost::detail'
        or 'boost::unit_test_framework::detail'


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