Opened 14 years ago
Closed 13 years ago
#2014 closed Bugs (fixed)
real_p parser produces numerically different results from iostream input operator
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | spirit |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | real_p | Cc: |
Description
The attached short test program shows, that the result of parsing a real number with Spirit produces a slightly different result from the one read via the iostream input operator:
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Test program demonstrating the issue