9 May
2014
9 May
'14
8:23 p.m.
2014-05-08 21:02 GMT+02:00 Bjorn Reese
On 05/08/2014 07:19 PM, Beman Dawes wrote:
Creates a path from the trailing elements of p that are relative to base.
It may be more user-friendly to add that base must be a prefix of p.
It might be even more user-friendly to allow this use case: BOOST_TEST(fs::relative("/abc", "/abc/def") == path("../def")); -- Daniel