Date: Thursday, January 25, 2007 @ 20:53:02
  Author: marc
    Path: /cvsroot/carob/carob/test/40-Parameter-PreparedStatement

Modified: TestIEEE754.cpp (1.21 -> 1.22)

#ifdef __GNUC__ using std::isnan. Needed for MacOSX CAROB-118


-----------------+
 TestIEEE754.cpp |    5 +++++
 1 files changed, 5 insertions(+)


Index: carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp
diff -u carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.21 
carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.22
--- carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.21      Mon Jan 
15 16:42:40 2007
+++ carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp   Thu Jan 25 
20:53:01 2007
@@ -93,6 +93,11 @@
 
 }
 
+// see src/ParameterStatement.cpp
+#ifdef __GNUC__
+using std::isnan;
+#endif
+
 template <class FP> bool
 better_equal(FP a, FP b)
 {

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to