Skip to content

Commit

Permalink
cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Feb 1, 2022
1 parent 6d8998f commit d3dac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d3dac36

Please sign in to comment.