djowel
747f7ebc41
deal with long double compares
2019-05-04 17:47:31 +08:00
Nikita Kniazev
0810e33c69
Remove broken 1.0#INF parser
...
It was poorly documented and never worked correctly. None of atof, strtof, and
input streams are accepting such values. Fixing it would be a bigger breaking
change than removing it.
Fixes #415 , addresses #163 and https://svn.boost.org/trac10/ticket/8699
2019-02-10 02:43:40 +03:00
Nikita Kniazev
02c3c30077
ts_real_policies: Parse directly into output parameter
...
There is no need to initialize accumulator with zero value before the first
call to `parse`, and to use a temporary.
2018-03-10 19:22:28 +03:00
Nikita Kniazev
dc9e23e9f5
ts_real_policies: Output parameter is of actual accumulator type
2018-03-10 19:12:28 +03:00
Nikita Kniazev
e472c0536f
ts_real_policies: One iterator copy less optimization
2018-03-10 19:09:41 +03:00
Nikita Kniazev
1a72c27306
ts_real_policies: Fixed small numbers parsing
...
Numbers in range (-1000.0, 1000.0) has only one segment (no thousands delimiter),
and are parsed in `if` statement expression.
2018-03-10 19:06:11 +03:00
Joel de Guzman
5767624292
preparing for migration to boost devel
2014-03-18 10:53:30 +08:00