Created on 2014-02-03.00:00:00 last changed 89 months ago
Proposed resolution:
Change 8 Class path [class.path]:Change 8.4.1 path constructors [path.construct]:path() noexcept;
Change 12 Class directory_entry [class.directory_entry]:path() noexcept;
directory_entry() noexcept = default;
[ 19 Jun 2014 LWG revises P/R to stay consistent with LWG issues. ]
[ 21 May 2014 Beman Dawes provides wording. See 2319 for rationale. ]
Addresses: filesys.ts
path's move ctor is marked noexcept, but it contains a basic_string. Similarly, directory_entry's move ctor is marked noexcept, but it contains a path. This is affected by LWG 2319 "basic_string's move constructor should not be noexcept".
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: + msg7870 |
2016-01-28 01:00:35 | admin | set | messages: + msg7869 |
2016-01-28 01:00:35 | admin | set | messages: + msg7868 |
2016-01-28 01:00:35 | admin | set | messages: + msg7867 |
2014-02-03 00:00:00 | admin | create |