Subject: Re: [Boost-users] Visual Studio 2010 Building Error
From: Igor R (boost.lists_at_[hidden])
Date: 2011-02-13 09:41:17


> Thanks a lot for your explanation. I don't have a clue on how to solve it.
> Did you actually were able to solve it? How?

Do you have any "using namespace std;" directive or "using
std::shared_ptr;" in your code? It may be the cause of the abmiguity
you encoutered.