Oops, make new hash_value overload inline.

[SVN r68147]
This commit is contained in:
Daniel James
2011-01-14 03:36:39 +00:00
parent 30618f1dff
commit d631763584

View File

@@ -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();
} }