mirror of
https://github.com/nlohmann/json.git
synced 2026-07-21 19:23:03 +04:00
🚨 fixed warnings
This commit is contained in:
@@ -14,7 +14,9 @@ struct nonesuch
|
||||
nonesuch() = delete;
|
||||
~nonesuch() = delete;
|
||||
nonesuch(nonesuch const&) = delete;
|
||||
nonesuch(nonesuch const&&) = delete;
|
||||
void operator=(nonesuch const&) = delete;
|
||||
void operator=(nonesuch&&) = delete;
|
||||
};
|
||||
|
||||
template <class Default,
|
||||
|
||||
Reference in New Issue
Block a user