This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of TS status.

2632. [filesys.ts] [PDTS] system_complete() example needs clarification

Section: 15.36 [filesys.ts::fs.op.system_complete] Status: TS Submitter: FI-10 Opened: 2014-01-20 Last modified: 2017-07-30

Priority: Not Prioritized

View all issues with TS status.

Discussion:

Addresses: filesys.ts

"[Example: For POSIX based operating systems, system_complete(p) has the same semantics as complete(p, current_path())." What is this complete that is referred here?

Clarify the example.

[2014-02-10 Beman Dawes suggests wording]

[2014-02-13 LWG/SG-3 Issaquah: Proposed wording accepted.]

Proposed resolution:

Change 15.36 [fs.op.system_complete]:

[Example: For POSIX based operating systems, system_complete(p) has the same semantics as completeabsolute(p, current_path()).