Boost logo

Boost-Build :

From: aelfred1 (oeranger7_at_[hidden])
Date: 2004-03-31 22:54:05


--- In jamboost_at_[hidden], David Abrahams <dave_at_b...> wrote:

> I think your problem is that you're trying to
>
> #include "bind.hpp"
>
> instead of
>
> #include "boost/bind.hpp"
>
> or
>
> #include <boost/bind.hpp>
>
> The first form above is incorrect.
>

For the record, not even the second or third forms work if the boost
library is at "C:\boost", and I tell the IDE to augment its INCLUDE
path to include "C:\boost". Much better is "C:\". *smile* Oh well.

Thanks again,
Andrew

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk