Fix gcc -pedantic error:extra extra ';'

Merged revisions 53203 via svnmerge from 
https://svn.boost.org/svn/boost/trunk


[SVN r53467]
This commit is contained in:
Daniel James
2009-05-30 17:45:06 +00:00
parent 1c701a70bb
commit 594caeb0af

View File

@@ -75,7 +75,7 @@ namespace boost
hash_float_combine(seed, exp);
return seed;
};
}
template <class T>
inline std::size_t float_hash_impl(T v)