1
0
Fork 0
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:
bolero-MURAKAMI 2013-02-20 01:12:56 +09:00
parent 2e0bc89188
commit 84376c3f69
64 changed files with 204 additions and 128 deletions

View file

@ -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