1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 07:03:02 +04:00

Merge branch 'develop' into doctest

This commit is contained in:
Viktor Kirilov
2019-03-18 16:59:36 +02:00
committed by GitHub
60 changed files with 15683 additions and 7958 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ class alt_string
}
private:
std::string str_impl;
std::string str_impl {};
friend bool ::operator<(const char*, const alt_string&);
};