in src/libraries/pe/include/m/pe/image_data_directory.h [161:171]
constexpr decltype(auto)
parse(ParseContext& ctx)
{
auto it = ctx.begin();
auto const end = ctx.end();
if (it != end && *it != '}')
throw std::format_error("Invalid format string");
return it;
}