Changeset 1195 for trunk/test/utility_test.cc
- Timestamp:
- Feb 29, 2008, 10:50:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/utility_test.cc
r1000 r1195 105 105 } 106 106 107 108 107 if (utility::convert<double>("1.23")!=1.23) 108 ok = false; 109 utility::convert<double>("-inf"); 110 utility::convert<double>("inf"); 111 utility::convert<double>("NaN"); 109 112 110 113 if(ok)
Note: See TracChangeset
for help on using the changeset viewer.