monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Revision 7fcd4b5f6fa9bf6c64e9ddf2332dcf4639655a6f


From: Timothy Brownawell
Subject: Re: [Monotone-devel] Revision 7fcd4b5f6fa9bf6c64e9ddf2332dcf4639655a6f
Date: Tue, 29 May 2007 18:03:51 -0500

On Tue, 2007-05-29 at 19:11 +0200, Markus Schiltknecht wrote:
> Hi,
> 
> I wrote:
> > I've had a quick look at paths.cc, but...
> 
> ..commenting out your normalize_path and falling back to the boost logic 
> works, for boost 1.33 that is. See attached patch.

...bah. I was hoping we could use the same logic with any boost version.
I don't suppose any of the buildbots can have boost 1.34?

> I'm not sure how to fix this.

#include <boost/version.hpp>
#if BOOST_VERSION < 103400
old_code();
#else
new_code();
#end

Should be fixed now, I think.


-- 
Timothy

Free (experimental) public monotone hosting: http://mtn-host.prjek.net





reply via email to

[Prev in Thread] Current Thread [Next in Thread]