Boost logo

Boost Users :

Subject: Re: [Boost-users] cannot find namespace boost?
From: Stefan van Kessel (van_kessel_at_[hidden])
Date: 2010-08-06 23:05:06


Did you double check that you have "#include <boost/shared_ptr.hpp>"
_before_ the use? Is this the first error message? I don't have any
problems with boost::shared_ptr from Boost 1.43 using Visual C++ 2010
(Professional).
Did you try a trivial case like just:
#include <boost/shared_ptr.hpp>
int main(){ boost::shared_ptr<int> bloek; }


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net