Skip to content

Commit c3599bf

Browse files
committed
fix compile issue
1 parent 8910bf0 commit c3599bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/manifest/manifest_list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ ICEBERG_EXPORT inline constexpr Result<ManifestContent> ManifestContentFromStrin
275275

276276
namespace std {
277277
template <>
278-
struct std::hash<iceberg::ManifestFile> {
278+
struct hash<iceberg::ManifestFile> {
279279
size_t operator()(const iceberg::ManifestFile& manifest_file) const {
280280
return std::hash<std::string>{}(manifest_file.manifest_path);
281281
}

0 commit comments

Comments
 (0)