From d63176358477dbd50286e644e9c7385740907f55 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 14 Jan 2011 03:36:39 +0000 Subject: [PATCH] Oops, make new hash_value overload inline. [SVN r68147] --- include/boost/functional/hash/hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/functional/hash/hash.hpp b/include/boost/functional/hash/hash.hpp index 2d99c6c..97aaf9c 100644 --- a/include/boost/functional/hash/hash.hpp +++ b/include/boost/functional/hash/hash.hpp @@ -341,7 +341,7 @@ namespace boost } #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(); }