8 May
2014
8 May
'14
8:35 p.m.
On Thu, May 8, 2014 at 3:02 PM, 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.
Done.
element in [base.begin(), base.end()) is not equal to the corresponding
element in [base.begin(), base.end()), throw an exception of type
Shouldn't one of these ranges be about p?
Nice catch! The second range should be on p. --Beman