blob: e5858f4f5173b7e8c82517da2e8f1c22ca706a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ch,v 1.1.1.1 2006/03/30 19:15:51 ghen Exp $
--- extensions/transformiix/source/base/txCore.h.orig 2004-05-26 13:54:37.000000000 +0200
+++ extensions/transformiix/source/base/txCore.h
@@ -65,9 +65,9 @@ public:
/**
* Useful constants
*/
- static const double NaN;
- static const double POSITIVE_INFINITY;
- static const double NEGATIVE_INFINITY;
+ static double NaN();
+ static double PositiveInfinity();
+ static double NegativeInfinity();
/**
* Determines whether the given double represents positive or negative
|