Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2008-04-17 05:33:45


Richard Webb wrote:
> Hartmut Kaiser <hartmut.kaiser <at> gmail.com> writes:
>
>>
>> Hi all,
>>
>> compiling Boost Python while having the Boost TR1 headers in the
>> include path is broken in V1.35 (trunk as well, BTW), at least while
>> using VC8.1 on Windows or gcc on Cygwin.
>>
>
> Sounds similar to the problem i've had with TR1/Fusion
> (http://article.gmane.org/gmane.comp.lib.boost.devel/171545) ? .
> Your simple example compiles if you include <functional> before
> python.hpp.

I think I might have missed that post sorry :-(

The same possible fix applies: replace <utility> in the fusion headers with
<boost/config/no_tr1/utility.hpp>.

Joel, does this work for you?

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk