Skip to content

Commit 1ea3b60

Browse files
committed
toml11 4.0 compatibility
1 parent bdb29e3 commit 1ea3b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IO/JSON/JSONIOHandlerImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ namespace
151151
auto asToml = openPMD::json::jsonToToml(shadow);
152152
std::cerr << "Warning: parts of the backend configuration for "
153153
"JSON/TOML backend remain unused:\n"
154-
<< asToml << std::endl;
154+
<< json::format_toml(asToml) << std::endl;
155155
break;
156156
}
157157
}

0 commit comments

Comments
 (0)