mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-04 15:04:39 +02:00
Update benchmark/unordered_flat.cpp
This commit is contained in:
@@ -435,7 +435,7 @@ struct mulxp3_hash32_
|
|||||||
{
|
{
|
||||||
using is_avalanching = void;
|
using is_avalanching = void;
|
||||||
|
|
||||||
std::size_t operator()( std::string_view const& st ) const BOOST_NOEXCEPT
|
std::size_t operator()( std::string const& st ) const BOOST_NOEXCEPT
|
||||||
{
|
{
|
||||||
std::size_t r = mulxp3_hash32( (unsigned char const*)st.data(), st.size(), 0 );
|
std::size_t r = mulxp3_hash32( (unsigned char const*)st.data(), st.size(), 0 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user