mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Fix gcc -pedantic error:extra extra ';'
[SVN r53203]
This commit is contained in:
@@ -75,7 +75,7 @@ namespace boost
|
|||||||
hash_float_combine(seed, exp);
|
hash_float_combine(seed, exp);
|
||||||
|
|
||||||
return seed;
|
return seed;
|
||||||
};
|
}
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
inline std::size_t float_hash_impl(T v)
|
inline std::size_t float_hash_impl(T v)
|
||||||
|
Reference in New Issue
Block a user