[Bug libstdc++/86595] New: directory_entry::refresh(error_code&) should be noexcept.
eric at efcs dot ca
gcc-bugzilla@gcc.gnu.org
Fri Jul 20 00:30:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86595
Bug ID: 86595
Summary: directory_entry::refresh(error_code&) should be
noexcept.
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: eric at efcs dot ca
Target Milestone: ---
According to the current specification, the error_code version of
directory_entry::refresh should be marked noexcept [1].
Libstdc++ incorrectly omits the `noexcept`.
[1] http://eel.is/c++draft/fs.dir.entry.mods#4
More information about the Gcc-bugs
mailing list