diff options
Diffstat (limited to 'libcxx/include/filesystem')
-rw-r--r-- | libcxx/include/filesystem | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/filesystem b/libcxx/include/filesystem index 0f7a4d556988..1363b630271a 100644 --- a/libcxx/include/filesystem +++ b/libcxx/include/filesystem @@ -1346,6 +1346,7 @@ public: _LIBCPP_INLINE_VISIBILITY const path& path2() const noexcept { return __storage_->__p2_; } + filesystem_error(const filesystem_error&) = default; ~filesystem_error() override; // key function _LIBCPP_INLINE_VISIBILITY |