Update of /cvsroot/boost/boost/boost/functional/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29670

Modified Files:
        hash_float.hpp 
Log Message:
Fix a typo.

Index: hash_float.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/functional/detail/hash_float.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- hash_float.hpp      26 Sep 2006 23:28:34 -0000      1.16
+++ hash_float.hpp      5 Oct 2006 21:21:43 -0000       1.17
@@ -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 <float.h>
 #endif
@@ -52,7 +52,7 @@
         template <class T>
         struct float_limits : std::numeric_limits<T> {};
 
-#if defined(__FreeBSD__) || defined(__NetBSD__) && \
+#if defined(__FreeBSD__) || defined(__NetBSD__) || \
     defined(__OpenBSD__) || defined(__DragonFly__)
         template <>
         struct float_limits<long double>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to