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
C++ wants an operator for A == B and B == A. Our SerialisedDocKey had
just an operator for DocKeyView which would cause B to be converted to
DocKeyView (as we have an operator for that) and now we can't
necessarily know if one could flip the order.
This is a cherryy-pick from trinity
Change-Id: I2c3cd6594c34f3a67e299d47a6978f8d8eeb17ae
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/234992
Well-Formed: Restriction Checker
Tested-by: Trond Norbye <[email protected]>
Reviewed-by: Faizan Alam <[email protected]>
0 commit comments