|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53467 - in branches/release: . boost/functional/hash/detail
From: daniel_james_at_[hidden]
Date: 2009-05-30 13:45:06
Author: danieljames
Date: 2009-05-30 13:45:06 EDT (Sat, 30 May 2009)
New Revision: 53467
URL: http://svn.boost.org/trac/boost/changeset/53467
Log:
Fix gcc -pedantic error:extra extra ';'
Merged revisions 53203 via svnmerge from
https://svn.boost.org/svn/boost/trunk
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/boost/functional/hash/detail/hash_float_generic.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/functional/hash/detail/hash_float_generic.hpp
==============================================================================
--- branches/release/boost/functional/hash/detail/hash_float_generic.hpp (original)
+++ branches/release/boost/functional/hash/detail/hash_float_generic.hpp 2009-05-30 13:45:06 EDT (Sat, 30 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)
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk