mirror of
https://github.com/nlohmann/json.git
synced 2026-02-15 01:32:13 +00:00
Merge branch 'develop' into doctest
This commit is contained in:
@@ -150,7 +150,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