Changeset 1195 for trunk/yat


Ignore:
Timestamp:
Feb 29, 2008, 10:50:18 PM (16 years ago)
Author:
Peter
Message:

fixed bug in convert function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/utility.h

    r1057 r1195  
    9090      return std::numeric_limits<T>::infinity();
    9191    if (is_equal(s, "-inf"))
    92       if (std::numeric_limits<T>::is_signed())
     92      if (std::numeric_limits<T>::is_signed)
    9393        return -std::numeric_limits<T>::infinity();
    9494      else
Note: See TracChangeset for help on using the changeset viewer.