$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68147 - trunk/boost/functional/hash
From: dnljms_at_[hidden]
Date: 2011-01-13 22:36:40
Author: danieljames
Date: 2011-01-13 22:36:39 EST (Thu, 13 Jan 2011)
New Revision: 68147
URL: http://svn.boost.org/trac/boost/changeset/68147
Log:
Oops, make new hash_value overload inline.
Text files modified:
trunk/boost/functional/hash/hash.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/functional/hash/hash.hpp
==============================================================================
--- trunk/boost/functional/hash/hash.hpp (original)
+++ trunk/boost/functional/hash/hash.hpp 2011-01-13 22:36:39 EST (Thu, 13 Jan 2011)
@@ -341,7 +341,7 @@
}
#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();
}