Skip to content

Commit 0e0d42c

Browse files
author
nullccxsy
committed
fix comments
1 parent 9aa221d commit 0e0d42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/util/string_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ICEBERG_EXPORT StringUtils {
5050
///
5151
/// Enables std::unordered_map to directly accept std::string_view lookup keys
5252
/// without creating temporary std::string objects, using C++20's transparent lookup.
53-
struct string_hash {
53+
struct ICEBERG_EXPORT string_hash {
5454
using hash_type = std::hash<std::string_view>;
5555
using is_transparent = void;
5656

0 commit comments

Comments
 (0)