mirror of
https://github.com/nlohmann/json.git
synced 2026-05-22 22:25:33 +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:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "json.h"
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
TEST_CASE("array")
|
||||
{
|
||||
SECTION("Basics")
|
||||
|
||||
Reference in New Issue
Block a user