Created on 2014-01-20.00:00:00 last changed 89 months ago
Proposed resolution:
Change 8.4.10 path query [path.query]:
bool is_absolute() const;Returns:
true
ifthe elements ofroot_path()
uniquely identify a file system locationpathname
contains an absolute path (4.1 [fs.def.absolute-path]) , elsefalse
.[Example:path("/").is_absolute()
istrue
for POSIX based operating systems, andfalse
for Windows based operating systems. — end example]
[ 2014-02-10 Beman Dawes provides wording ]
Addresses: filesys.ts
is_absolute says: "Returns: true if the elements of root_path() uniquely identify a file system location, else false." The "uniquely identify a location" seems confusing in presence of symlinks.
Suggested action:
Clarify the returns clause so that there's no confusion about symlinks and 'location'.
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-07-30 20:10:41 | admin | set | status: wp -> open |
2016-01-28 01:00:35 | admin | set | messages: + msg7755 |
2016-01-28 01:00:35 | admin | set | messages: + msg7754 |
2014-01-20 00:00:00 | admin | create |