in src/libraries/pe/include/m/pe/file_offset_t.h [57:67]
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;
}