You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: matter: Allow using enums as keys in the finite map
If the T1 type was an enum type, then the kInvalidKey gets 0 value
instead of type::max().
To fix it, conditionally get the underlying type of T1 if it is
an enum, and return T1 if not.
Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
0 commit comments