Opened 11 years ago
Closed 11 years ago
#6318 closed Bugs (invalid)
Whether continuous 'A' ~ 'Z' is implementation defined
Reported by: | anonymous | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I have found that "boost/spirit/home/qi/numeric/detail/numeric_utils.hpp" is not assumed to be continuous 'A' ~ 'Z'. But the C++ standard does not define it. I think this is a problem. Thank you.
This document was generated mostly by Google Translate.
Note:
See TracTickets
for help on using tickets.
Spirit requires a well defined input encoding such as ASCII, ISO8859-1 or Unicode. It does not matter if the C++ standard does not define it. Spirit defines what it needs and it is a user error to use an encoding outside what Spirit requires.