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:
@ -1,6 +1,6 @@
|
||||
#include <json.hpp>
|
||||
|
||||
using namespace nlohmann;
|
||||
using json = nlohmann::json;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
Reference in New Issue
Block a user