mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user