Closed copybara-service[bot] closed 1 year ago
Directly expose IndexedValue::operator== instead of marking protected and exposing through both subclasses.
In C++20, the protected/subclass-exposed operator== creates ambiguity despite there being a unique best viable function, causing a compiler error.
Directly expose IndexedValue::operator== instead of marking protected and exposing through both subclasses.
In C++20, the protected/subclass-exposed operator== creates ambiguity despite there being a unique best viable function, causing a compiler error.