
30 Dec
2008
30 Dec
'08
6:50 p.m.
That solved the problem. Thanks! On Tue, Dec 30, 2008 at 5:12 AM, John Maddock <john@johnmaddock.co.uk>wrote:
Ling Li wrote:
Fedora rawhide recently bumped the boost version from 1.34 to 1.37
so I gave it a try. I can't compile the code below:
Unfortunately this is a bug in the TR1 library that hits you only if:
* You have the TR1 headers in your include path. and: * Boost is installed in /usr/
I believe this is fixed in SVN Trunk: can you try replacing the contents of /usr/include/boost/tr1 with the latest code from SVN and see if that helps?
HTH, John.