mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 23:52:15 +00:00
♻️ remove "#define private public"
This commit is contained in:
@@ -29,10 +29,9 @@ SOFTWARE.
|
||||
|
||||
#include "doctest_compatibility.h"
|
||||
|
||||
#define private public
|
||||
#define JSON_TESTS_PRIVATE
|
||||
#include <nlohmann/json.hpp>
|
||||
using nlohmann::json;
|
||||
#undef private
|
||||
|
||||
TEST_CASE("JSON pointers")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user