Joel de Guzman
|
80bb2a9fab
|
Fix for https://github.com/boostorg/spirit/issues/503. Float compariso is tricky. eps for comparision is wrong in some cases.
|
2019-05-05 03:18:19 +08:00 |
|
djowel
|
949fe02a1f
|
Working fix for https://svn.boost.org/trac10/ticket/11608
Added similar tests to x3
|
2019-04-25 19:40:40 +08:00 |
|
djowel
|
be7640bd69
|
Fix for https://github.com/boostorg/spirit/issues/421
WIP: https://svn.boost.org/trac10/ticket/11608
|
2019-04-25 18:12:45 +08:00 |
|
Joel de Guzman
|
eb135d77c4
|
Big negative exponents now fail parsing instead of a runtime assertion.
|
2014-11-07 20:09:37 +08:00 |
|
Joel de Guzman
|
b7c04a2374
|
Big exponents now fail parsing instead of a runtime assertion.
|
2014-11-07 18:23:19 +08:00 |
|
Joel de Guzman
|
6832dc2298
|
fixing various corner case bugs. the new implementation uses integers
for intermediate computations to improve precision.
|
2014-11-07 18:23:19 +08:00 |
|
Joel de Guzman
|
31f4416286
|
added tests for DBL_MAX, DBL_EPSILON, DBL_MIN and DBL_DENORM_MIN
|
2014-09-05 11:45:45 +08:00 |
|
Bryce Adelstein-Lelbach
|
1446a3fa25
|
Parameterized and literal support for integer, real and boolean parsers. Fix for
lazy parser and handles_container<>. Added docs for as<T> (docs for Qi only).
[SVN r67553]
|
2011-01-01 22:22:56 +00:00 |
|
Bryce Adelstein-Lelbach
|
eac6e38159
|
Reorganized Spirit tests, broke down larger tests so they won't time out on
ICC.
[SVN r67494]
|
2010-12-29 21:17:01 +00:00 |
|