[Monotone-devel] simplestring_xform.cc doesn't build with Visual C...

2007-11-10 Thread Richard Levitte
It seems like the Visual C build slave gets into a problem with simplestring_xform.cc: 7simplestring_xform.cc 7..\simplestring_xform.cc(15) : error C2039: 'transform' : is not a member of 'std' 7..\simplestring_xform.cc(15) : error C2873: 'transform' : symbol cannot be used in a

Re: [Monotone-devel] non-content conflict messages

2007-11-10 Thread Derek Scherger
Zack Weinberg wrote: On 9/23/07, Derek Scherger [EMAIL PROTECTED] wrote: I've been playing around a bit with the rather cryptic messages that monotone generates on so called non-content conflicts and hopefully have improved things a bit. Cool! Your revisions are definitely better than what

[Monotone-devel] Fw: [Monotone-commits-diffs] Revision ae23960b9b86036c738051292b52c223ad729aa1

2007-11-10 Thread Richard Levitte
Hello, it seems like Visual C doesn't quite like a construct in pcrewrap.cc, which I can understand would be a bit unexpected: if (startptr != string::const_iterator((char *)0)) startoffset = *startptr - *subject.data(); The first of those two lines makes Visual C barf as thus:

Re: [Monotone-devel] Fw: [Monotone-commits-diffs] Revision ae23960b9b86036c738051292b52c223ad729aa1

2007-11-10 Thread Zack Weinberg
On Nov 10, 2007 1:17 PM, Richard Levitte [EMAIL PROTECTED] wrote: it seems like Visual C doesn't quite like a construct in pcrewrap.cc, which I can understand would be a bit unexpected: if (startptr != string::const_iterator((char *)0)) startoffset = *startptr - *subject.data();

Re: [Monotone-devel] Fw: [Monotone-commits-diffs] Revision ae23960b9b86036c738051292b52c223ad729aa1

2007-11-10 Thread Zack Weinberg
On Nov 10, 2007 1:24 PM, Zack Weinberg [EMAIL PROTECTED] wrote: On Nov 10, 2007 1:17 PM, Richard Levitte [EMAIL PROTECTED] wrote: it seems like Visual C doesn't quite like a construct in pcrewrap.cc, which I can understand would be a bit unexpected: if (startptr !=