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 9aa221d commit 0e0d42cCopy full SHA for 0e0d42c
src/iceberg/util/string_util.h
@@ -50,7 +50,7 @@ class ICEBERG_EXPORT StringUtils {
50
///
51
/// Enables std::unordered_map to directly accept std::string_view lookup keys
52
/// without creating temporary std::string objects, using C++20's transparent lookup.
53
-struct string_hash {
+struct ICEBERG_EXPORT string_hash {
54
using hash_type = std::hash<std::string_view>;
55
using is_transparent = void;
56
0 commit comments