mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix string_ref
This commit is contained in:
parent
2e0bc89188
commit
84376c3f69
64 changed files with 204 additions and 128 deletions
|
@ -71,7 +71,7 @@ namespace sprout {
|
|||
inline SPROUT_CONSTEXPR std::size_t
|
||||
float_hash_value(T v) {
|
||||
return sprout::detail::float_hash_value_1(v, sprout::math::fpclassify(v));
|
||||
}
|
||||
}
|
||||
} // namespace detail
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue