mirror of
https://github.com/nlohmann/json.git
synced 2025-08-09 05:22:48 +03:00
💚 fix CI and #1521
This commit is contained in:
@@ -35,7 +35,7 @@ class json_ref
|
||||
is_rvalue(true) {}
|
||||
|
||||
// class should be movable only
|
||||
json_ref(json_ref&&) noexcept = default;
|
||||
json_ref(json_ref&&) = default;
|
||||
json_ref(const json_ref&) = delete;
|
||||
json_ref& operator=(const json_ref&) = delete;
|
||||
json_ref& operator=(json_ref&&) = delete;
|
||||
|
Reference in New Issue
Block a user