2
0
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:
Ta'am
2025-05-09 11:36:12 +00:00
committed by GitHub
parent 8fac21bea3
commit 328d940c37

View File

@@ -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>