We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834c7fd commit 5802329Copy full SHA for 5802329
eval/public/containers/internal_field_backed_map_impl.h
@@ -45,6 +45,9 @@ class FieldBackedMapImpl : public CelMap {
45
46
absl::StatusOr<const CelList*> ListKeys() const override;
47
48
+ // Suppress warnings about shadowing the base class overload.
49
+ using CelMap::ListKeys;
50
+
51
protected:
52
// These methods are exposed as protected methods for testing purposes since
53
// whether one or the other is used depends on build time flags, but each
0 commit comments