From d3dac36d542135546695de444d73f3911008bc78 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 1 Feb 2022 09:00:24 -0500 Subject: [PATCH] cache test --- cpp/include/cudf/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/cudf/types.hpp b/cpp/include/cudf/types.hpp index 6222b2e680e..7de141c8029 100644 --- a/cpp/include/cudf/types.hpp +++ b/cpp/include/cudf/types.hpp @@ -340,7 +340,7 @@ enum class hash_id { /** * @brief The default seed value for hash functions */ -static constexpr uint32_t DEFAULT_HASH_SEED = 0; +constexpr uint32_t DEFAULT_HASH_SEED = 0; /** @} */ } // namespace cudf