Opened 9 years ago
Closed 20 months ago
#8699 closed Patches (fixed)
Issue with alternative forms of nan/inf
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | spirit |
| Version: | Boost 1.52.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
The real_parser does not behave as documented (at http://www.boost.org/doc/libs/1_53_0/libs/spirit/doc/html/spirit/qi/reference/numeric/real.html#spirit.qi.reference.numeric.real._code__phrase_role__identifier__realpolicies__phrase___code_) with regards to the alternative forms of nan/inf. They are only parsed when the preceding number has no fractional digits, and there is no '#' intervening.
Attachments (1)
Change History (2)
by , 9 years ago
| Attachment: | spirit.qi.real.patch added |
|---|
comment:1 by , 20 months ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Proposed patch