Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0751a856 authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "fix formatter naming" into main

parents 28b9115a a5847093
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ enum class UGGFeatureBitMask : uint8_t {

namespace fmt {
template <>
struct formatter<bluetooth::gmap::Roles> : enum_formatter<bluetooth::gmap::Roles> {};
struct formatter<bluetooth::gmap::RolesBitMask> : enum_formatter<bluetooth::gmap::RolesBitMask> {};
template <>
struct formatter<bluetooth::gmap::UGTFeatureBitMask>
    : enum_formatter<bluetooth::gmap::UGTFeatureBitMask> {};