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