Skip to content

Commit

Permalink
toml11 4.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 29, 2024
1 parent 305b340 commit 1728894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/JSON/JSONIOHandlerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ namespace
auto asToml = openPMD::json::jsonToToml(shadow);
std::cerr << "Warning: parts of the backend configuration for "
"JSON/TOML backend remain unused:\n"
<< asToml << std::endl;
<< json::format_toml(asToml) << std::endl;
break;
}
}
Expand Down

0 comments on commit 1728894

Please sign in to comment.