
10 Jul
2006
10 Jul
'06
1:22 p.m.
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. :-)