Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-07-10 09:22:57


Peter Dimov wrote:
> John Maddock wrote:
>> Not sure what we can do about this but:
>>
>> #include <boost/shared_array.hpp>
>>
>> doesn't compile when Boost.TR1 is added to the include path.
>
> The above compiles for me.

... but I committed a "speculative" fix nonetheless. I also fixed
function.hpp. As for there being no easy way... of course there is, never
add boost.tr1 to the include path; use #include <tr1/functional> instead.
Yes, yes, I know, <functional> is what TR1 says. But - having the benefit of
hindsight - we can now say with almost 100% certainty that TR1 is wrong,
wrong, and wrong, in that order. :-)


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