From 6de823b18b7c62351c35a4e2865a17b0f8528609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Sat, 23 May 2009 13:03:25 +0000 Subject: [PATCH] Fix gcc -pedantic error:extra extra ';' [SVN r53203] --- 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)