Boost logo

Boost Users :

Subject: Re: [Boost-users] cannot find namespace boost?
From: Andreas Ronnquist (gusnan_at_[hidden])
Date: 2010-08-07 00:37:12


On Sat, 07 Aug 2010 05:05:06 +0200
Stefan van Kessel <van_kessel_at_[hidden]> wrote:

> 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; }

I just managed to get it working - copied the boost folder again to my
include folder for cmake , and now I get neither warnings nor errors
during compile.

Anyway, thanks for your input.

-- 
Andreas Ronnquist <gusnan_at_[hidden]>

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