Boost logo

Boost :

Subject: Re: [boost] [filesystem] Request for comments on proposed relative() function
From: Rob Stewart (robertstewart_at_[hidden])
Date: 2014-05-16 05:04:21


On May 15, 2014 7:50:46 AM EDT, Daniel Pfeifer <daniel_at_[hidden]> wrote:
>
>BOOST_TEST(fs::relative("/abc", "/abc/def") == path(".."));
>BOOST_TEST(fs::relative("/abc/def", "/abc/ghi") == path("../def"));
>
>Here again, the first element in the range p, that's not in base, is
>the empty set. So you say that this is not possible?
>I see that the proposed implementation of fs::relative does not
>support it, but I am very interested in this functionality.

OK

___
Rob

(Sent from my portable computation engine)


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