mirror of
https://github.com/nlohmann/json.git
synced 2026-06-21 03:34:17 +00:00
moved class into "nlohmann" namespace
- fixed issue #9 - also removed std::mutex member variable - also added “std::” prefix to size_t variables
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
json j;
|
||||
nlohmann::json j;
|
||||
j << std::cin;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user