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 Aug 5, 2024
1 parent a4a0771 commit 20d6502
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 20d6502

Please sign in to comment.