Commit 9adb90e
authored
fix: add using StructType::Equals to fix
Schema::Equals(const Schema&) hides StructType::Equals(const Type&),
triggering Clang's `-Woverloaded-virtual` warning. Add `using
StructType::Equals` to bring the base class overload into scope
alongside the Schema-specific one.-Woverloaded-virtual warning (#601)1 parent 7c2cc68 commit 9adb90e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
0 commit comments