diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-02-04 15:23:31 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-02-04 19:51:26 +0000 |
commit | da72e0fd20f87bb523a81a505c00546d3622e9dd (patch) | |
tree | 3955102550af850e020b1ccef3d1eacaaf5b772f /gcc | |
parent | ebf6175464768983a2d8c82c2d47771ee89192b8 (diff) | |
download | gcc-da72e0fd20f87bb523a81a505c00546d3622e9dd.zip gcc-da72e0fd20f87bb523a81a505c00546d3622e9dd.tar.gz gcc-da72e0fd20f87bb523a81a505c00546d3622e9dd.tar.bz2 |
libstdc++: Remove un-implementable noexcept from Filesystem TS operations
LWG 3014 removed these incorrect noexcept specifications from the C++17
std::filesystem operations. They are also incorrect on the experimental
TS versions and should be removed from them too.
libstdc++-v3/ChangeLog:
* include/experimental/bits/fs_ops.h (fs::copy_file): Remove
noexcept.
(fs::create_directories): Likewise.
(fs::remove_all): Likewise.
* src/filesystem/ops.cc (fs::copy_file): Remove noexcept.
(fs::create_directories): Likewise.
(fs::remove_all): Likewise.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions