From 80005c19b5682ce620999c816a932bedfe9df6d2 Mon Sep 17 00:00:00 2001 From: pantor Date: Wed, 17 Nov 2021 10:42:45 +0100 Subject: [PATCH] disable implicit conversions in test --- test/test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.cpp b/test/test.cpp index 5f5ed45..f933b76 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -4,6 +4,7 @@ #include "doctest/doctest.h" +#define JSON_USE_IMPLICIT_CONVERSIONS 0 #define JSON_NO_IO 1 #include "inja/inja.hpp"