removed "using namespace" from examples
This commit is contained in:
parent
ade2f7c92d
commit
9d063d90e3
192 changed files with 192 additions and 192 deletions
doc/examples
|
@ -1,6 +1,6 @@
|
|||
#include <json.hpp>
|
||||
|
||||
using namespace nlohmann;
|
||||
using json = nlohmann::json;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue