- Timestamp:
- Feb 29, 2008, 10:50:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/utility.h
r1057 r1195 90 90 return std::numeric_limits<T>::infinity(); 91 91 if (is_equal(s, "-inf")) 92 if (std::numeric_limits<T>::is_signed ())92 if (std::numeric_limits<T>::is_signed) 93 93 return -std::numeric_limits<T>::infinity(); 94 94 else
Note: See TracChangeset
for help on using the changeset viewer.