Ignore:
Timestamp:
07/19/11 21:03:37 (13 years ago)
Author:
tbretz
Message:
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Converter.cc

    r11211 r11479  
    775775        const string n = what[3]; // counter
    776776
    777         const int cnt = atoi(n.c_str());
     777        const int cnt = stoi(n);
    778778
    779779        // if the :N part was not given assume 1
Note: See TracChangeset for help on using the changeset viewer.