$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53203 - trunk/boost/functional/hash/detail
From: juergen.hunold_at_[hidden]
Date: 2009-05-23 09:03:26
Author: jhunold
Date: 2009-05-23 09:03:25 EDT (Sat, 23 May 2009)
New Revision: 53203
URL: http://svn.boost.org/trac/boost/changeset/53203
Log:
Fix gcc -pedantic error:extra extra ';'
Text files modified:
trunk/boost/functional/hash/detail/hash_float_generic.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/functional/hash/detail/hash_float_generic.hpp
==============================================================================
--- trunk/boost/functional/hash/detail/hash_float_generic.hpp (original)
+++ trunk/boost/functional/hash/detail/hash_float_generic.hpp 2009-05-23 09:03:25 EDT (Sat, 23 May 2009)
@@ -75,7 +75,7 @@
hash_float_combine(seed, exp);
return seed;
- };
+ }
template <class T>
inline std::size_t float_hash_impl(T v)