Revision 28:b1bc4d045a4b Test.cpp
| Test.cpp | ||
|---|---|---|
| 46 | 46 |
|
| 47 | 47 |
#include <math.h> |
| 48 | 48 |
|
| 49 |
#ifdef __SUNPRO_CC |
|
| 50 |
#include <ieeefp.h> |
|
| 51 |
#define isinf(x) (!finite(x)) |
|
| 52 |
#endif |
|
| 53 |
|
|
| 49 | 54 |
Test::Test() { }
|
| 50 | 55 |
Test::~Test() { }
|
| 51 | 56 |
|
Also available in: Unified diff