34struct fmt::formatter<boost::uuids::uuid> {
35 constexpr static auto parse(format_parse_context& ctx) ->
decltype(ctx.begin()) {
return ctx.begin(); }
37 template <
typename FormatContext>
38 auto format(
const boost::uuids::uuid& uuid, FormatContext& ctx)
USERVER_FMT_CONST {