Fix code for msvc

This commit is contained in:
Raphael Grimm 2021-10-30 23:04:37 +02:00 committed by barcode
parent 143f868f9c
commit a131ecc059

View File

@ -307,7 +307,7 @@ TEST_CASE("JSON Visit Node")
const json_with_visitor_t& j)
{
std::stringstream str;
str << p << " - " ;
str << p.to_string() << " - " ;
using value_t = nlohmann::detail::value_t;
switch(j.type())
{