mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Document warning for incorrect floating-point values on Qi/Karma (#693)
* Qi double parser IEEE 754 compliance warning * Document warning for incorrect floating-point values on Qi/Karma --------- Co-authored-by: Nana Sakisaka <1901813+saki7@users.noreply.github.com>
This commit is contained in:
@@ -508,6 +508,9 @@ a user defined numeric type such as fixed_point (fixed point reals) and
|
||||
bignum (unlimited precision numbers) as long as the type follows certain
|
||||
expression requirements (documented below).
|
||||
|
||||
[warning The `double_` parser and serializer currently produce incorrect values on certain
|
||||
edge cases. See [@https://github.com/boostorg/spirit/issues/804 boostorg/spirit#804] for details.]
|
||||
|
||||
[heading Header]
|
||||
|
||||
// forwards to <boost/spirit/home/qi/numeric/real.hpp>
|
||||
|
||||
Reference in New Issue
Block a user