mirror of
https://github.com/nlohmann/json.git
synced 2026-07-29 07:03:02 +04:00
🚨 fixed warnings
This commit is contained in:
@@ -149,7 +149,7 @@ class alt_string
|
||||
}
|
||||
|
||||
private:
|
||||
std::string str_impl;
|
||||
std::string str_impl {};
|
||||
|
||||
friend bool ::operator<(const char*, const alt_string&);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user