Skip to content
  • Sebastian Holtermann's avatar
    cmStringAlgorithms: Add cmStrToLong and cmStrToULong · 935fbe0b
    Sebastian Holtermann authored
    This adds the following functions to cmStringAlgorithms:
    - `cmStrToLong`: moved from `cmSystemTools::StringToLong`
    - `cmStrToULong`: moved from `cmSystemTools::StringToULong`
    
    Overloads of the given functions for `std::string` are added as well.
    935fbe0b