mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
Oops, make new hash_value overload inline.
[SVN r68147]
This commit is contained in:
@@ -341,7 +341,7 @@ namespace boost
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(BOOST_NO_0X_HDR_TYPEINDEX)
|
#if !defined(BOOST_NO_0X_HDR_TYPEINDEX)
|
||||||
std::size_t hash_value(std::type_index v)
|
inline std::size_t hash_value(std::type_index v)
|
||||||
{
|
{
|
||||||
return v.hash_code();
|
return v.hash_code();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user