From 3732ea7566c6a196dcb4eba534dc436fa52493a0 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 5 Oct 2006 21:21:43 +0000 Subject: [PATCH] Fix a typo. [SVN r35500] --- include/boost/functional/detail/hash_float.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/functional/detail/hash_float.hpp b/include/boost/functional/detail/hash_float.hpp index 2874ac1..e2c2738 100644 --- a/include/boost/functional/detail/hash_float.hpp +++ b/include/boost/functional/detail/hash_float.hpp @@ -40,7 +40,7 @@ // other BSDs, but using the macros if they're available seems like the best // choice. -#if defined(__FreeBSD__) || defined(__NetBSD__) && \ +#if defined(__FreeBSD__) || defined(__NetBSD__) || \ defined(__OpenBSD__) || defined(__DragonFly__) #include #endif @@ -52,7 +52,7 @@ namespace boost template struct float_limits : std::numeric_limits {}; -#if defined(__FreeBSD__) || defined(__NetBSD__) && \ +#if defined(__FreeBSD__) || defined(__NetBSD__) || \ defined(__OpenBSD__) || defined(__DragonFly__) template <> struct float_limits