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 74ba25a commit bb1b8feCopy full SHA for bb1b8fe
eval/public/containers/internal_field_backed_map_impl.h
@@ -45,6 +45,10 @@ class FieldBackedMapImpl : public CelMap {
45
46
absl::StatusOr<const CelList*> ListKeys() const override;
47
48
+ // Include base class definitions to avoid GCC warnings about hidden virtual
49
+ // overloads.
50
+ using CelMap::ListKeys;
51
+
52
protected:
53
// These methods are exposed as protected methods for testing purposes since
54
// whether one or the other is used depends on build time flags, but each
0 commit comments