Document number: | N4098 |
Date: | 2014-07-05 |
Revises: | |
Project: |
Programming Language C++ |
Project number: |
TS 18822 |
Reply-to: |
Beman Dawes <bdawes at acm dot org> |
N4099 is the latest File System TS Working Draft. It contains the changes to the File System TS working paper as directed by the committee at the Rapperswil meeting. It also contains editorial changes not requiring committee approval. Details of the changes are listed below.
p
to source
in two places. The
argument is named source
, not p
.const directory_entry& operator*() const;
and const
directory_entry* operator->() const;
were out-of-place in the
directory_entry
synopsis. Moved to be with the
observers.->
", added
code { white-space: nowrap; }
to CSS style and added <br>
where needed as a result. (Resolves US-7 as it applies to code, although
the "C++" example cited wasn't actually in code.)extension()
and also section cross
reference. (Resolves GB-2)
EcharT
shall be an encoded character type (5)."
from 8.3 since it is already specified in 5. (LWG Rapperswil)std::
to avoid clash
with member names. (Jonathan Wakely)Source const&
changed to const
Source&
for consistency with other const ref parameters. (Jonathan
Wakely).filename()
. (Jonathan Wakely)