Boost logo

Boost Users :

Subject: Re: [Boost-users] Compile error using boost's tr1::bind
From: John Maddock (john_at_[hidden])
Date: 2009-06-04 04:44:34


>What is needed for the code to compile and run properly?

Which Boost version and is Boost installed in /usr/include or somewhere
similar?

Basically this is a known problem for some Boost versions when Boost is
installed in your *system search path* - the issue is that the Boost headers
are in a location that is searched *after* the libstdc++ headers and that
breaks the header-forwarding mechanism used by Boost.TR1.

The solution is probably to upgrade to the latest Boost release, or if all
else fails, the SVN Trunk.

HTH, John.


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