Try to avoid float to int warning when a float function doesn't exist. Refs #3171.

[SVN r53828]
This commit is contained in:
Daniel James
2009-06-12 18:24:47 +00:00
parent 15d4153c37
commit 9f4a6a966e

View File

@@ -99,7 +99,8 @@ namespace BOOST_HASH_DETECT_FLOAT_FUNCTIONS {
#define BOOST_HASH_CALL_FLOAT_FUNC(cpp_func, c99_func, type1, type2) \
namespace BOOST_HASH_DETECT_FLOAT_FUNCTIONS { \
boost::hash_detail::not_found c99_func(int, type2); \
template <class Float> \
boost::hash_detail::not_found c99_func(Float, type2); \
} \
\
namespace boost { \