$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost-users Digest, Vol 2016, Issue 2
From: Tron Thomas (tron.thomas_at_[hidden])
Date: 2009-06-04 11:46:13
> Date: Thu, 4 Jun 2009 09:44:34 +0100
> From: "John Maddock" <john_at_[hidden]>
> Subject: Re: [Boost-users] Compile error using boost's tr1::bind
> To: <boost-users_at_[hidden]>
> Message-ID: <059F08EC9A4049B194EBF6D5CA604C4C_at_acerlaptop>
> Content-Type: text/plain; format=flowed; charset="Windows-1252";
> 	reply-type=original
>
>   
>> 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. 
>   
I'm not sure which version of boost this is.  It would be whatever the 
most current version of boost is for Fedora 10, as I update my system on 
a regular basis.  There is a /usr/include/boost directory on my system.  
I would assume that is the version of boost being used by the compiler.