Boost logo

Boost :

Subject: [boost] [filesystem] cygwin paths
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-02-29 11:53:27


AMDG

  Does Boost.Filesystem have any support at all for
cygwin paths? I know that you want to use Windows
paths internally, but this creates problems for
programs that get paths from an external source.
In particular, it causes the regression tests
to fail when running from cygwin. See
https://github.com/boostorg/regression/issues/37.

else if ( !locate_root.is_complete() )
  {
    locate_root = ( fs::initial_path() / locate_root ).normalize();
  }

locate_root is created by

      locate_root = fs::path( *args_i );

i.e. it's taken directly from the command line.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk