From 594caeb0afe02531accc66f5fa106f23c9a7d7c3 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 30 May 2009 17:45:06 +0000 Subject: [PATCH] Fix gcc -pedantic error:extra extra ';' Merged revisions 53203 via svnmerge from https://svn.boost.org/svn/boost/trunk [SVN r53467] --- include/boost/functional/hash/detail/hash_float_generic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/functional/hash/detail/hash_float_generic.hpp b/include/boost/functional/hash/detail/hash_float_generic.hpp index 164e18a..f9acee9 100644 --- a/include/boost/functional/hash/detail/hash_float_generic.hpp +++ b/include/boost/functional/hash/detail/hash_float_generic.hpp @@ -75,7 +75,7 @@ namespace boost hash_float_combine(seed, exp); return seed; - }; + } template inline std::size_t float_hash_impl(T v)