We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054c9ac commit b06dde9Copy full SHA for b06dde9
1 file changed
include/fsmod/FileSystem.hpp
@@ -44,7 +44,7 @@ namespace simgrid::fsmod {
44
/// \cond EXCLUDE_FROM_DOCUMENTATION
45
~FileSystem() noexcept = default;
46
FileSystem(const FileSystem& other) noexcept = default;
47
- FileSystem& operator=(const FileSystem& other) noexcept = default;
+ FileSystem& operator=(const FileSystem& other) noexcept = delete;
48
/// \endcond
49
50
static std::shared_ptr<FileSystem> create(const std::string &name, int max_num_open_files = 1024);
0 commit comments