We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8910bf0 commit c3599bfCopy full SHA for c3599bf
1 file changed
src/iceberg/manifest/manifest_list.h
@@ -275,7 +275,7 @@ ICEBERG_EXPORT inline constexpr Result<ManifestContent> ManifestContentFromStrin
275
276
namespace std {
277
template <>
278
-struct std::hash<iceberg::ManifestFile> {
+struct hash<iceberg::ManifestFile> {
279
size_t operator()(const iceberg::ManifestFile& manifest_file) const {
280
return std::hash<std::string>{}(manifest_file.manifest_path);
281
}
0 commit comments