Skip to content

Commit b06dde9

Browse files
committed
Compiler warning-- on MacOS with clang
1 parent 054c9ac commit b06dde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fsmod/FileSystem.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace simgrid::fsmod {
4444
/// \cond EXCLUDE_FROM_DOCUMENTATION
4545
~FileSystem() noexcept = default;
4646
FileSystem(const FileSystem& other) noexcept = default;
47-
FileSystem& operator=(const FileSystem& other) noexcept = default;
47+
FileSystem& operator=(const FileSystem& other) noexcept = delete;
4848
/// \endcond
4949

5050
static std::shared_ptr<FileSystem> create(const std::string &name, int max_num_open_files = 1024);

0 commit comments

Comments
 (0)