On Sun, Jul 23, 2006 at 10:37:52AM +0200, Georg Baum wrote:

> Am Sonntag, 23. Juli 2006 02:46 schrieb Enrico Forestieri:
> > On Sat, Jul 22, 2006 at 10:11:13PM +0200, Georg Baum wrote:
> > 
> > > + if (!npath.is_complete())
> > > +         return "./" + npath.string() + '/';
> > 
> > Please, use
> > 
> >     if (!os::is_absolute_path(npath.string()))
> > 
> > here, as on cygwin both c:/xxx and /xxx are absolute paths and this is
> > not caught by boost.
> 
> Then you should report this to boost.

Do you mean that you will not make the change?

> BTW this was copied verbatim from 
> trunk.

That means I was missing that change.

-- 
Enrico

Reply via email to