1
0
mirror of https://github.com/nlohmann/json.git synced 2025-06-18 16:21:49 +03:00

removed "using namespace" from examples

This commit is contained in:
Niels
2016-01-30 20:23:14 +01:00
parent ade2f7c92d
commit 9d063d90e3
192 changed files with 192 additions and 192 deletions

View File

@ -1,6 +1,6 @@
#include <json.hpp>
using namespace nlohmann;
using json = nlohmann::json;
int main()
{