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
[1.10>master] [MERGE #5518@VSadov] Relaxing an assert in TinyDictionary
Merge pull request #5518 from VSadov:tiny
It is possible and ok for the `data` part of the dictionary to contain `FF`.
The assert that we have in `TryGetValue` could get triggered if an unsuccessfull lookup goes through such value. The added test code does that, as an example.
0 commit comments