Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion working-draft.html
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ <h4>8.4.3 <a name="path-appends"><code>path</code> appends</a>
Appends <code>path::preferred_separator</code> to <code>pathname</code> unless:<ul>
<li para_num="4">an added separator
would be redundant, or</li>
<li para_num="5">would change a relative path to a absolute path
<li para_num="5">would change a relative path to an absolute path
[<i>Note</i>: An empty path is relative. — <i>end note</i>], or</li>
<li para_num="6"><code>p.empty()</code>, or</li>
<li para_num="7"><code>*p.native().cbegin()</code> is a directory separator.</li>
Expand Down