Opened 8 years ago
Closed 7 years ago
#57 closed enhancement (fixed)
f4: update parsing of numbers and make it more strict
Reported by: | Maciej Komosinski | Owned by: | Grzegorz Latosiński |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | genetic representations | Version: | |
Keywords: | Cc: |
Description
If there are any atof/atol/atoi functions, use more flexible and strict counterparts (strtol, strtod etc.) to catch more errors. You can also use ExtValue::parseNumber(const char* in, ExtPType strict_type)
Note: See
TracTickets for help on using
tickets.