Opened 10 years ago
Closed 10 years ago
#8291 closed Patches (fixed)
Lexer fails to work on ARM
| Reported by: | Antony Polukhin | Owned by: | Hartmut Kaiser |
|---|---|---|---|
| Milestone: | Boost 1.54.0 | Component: | spirit |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | char arm wchar_t lexer signed unsigned | Cc: |
Description
Some compilers for ARMs use unsigned char and signed wchar_t. This patch for trunk fixes Spirit.Lexer
Attachments (1)
Change History (5)
by , 10 years ago
| Attachment: | arm_chars_fix.patch added |
|---|
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|
comment:2 by , 10 years ago
| Type: | Bugs → Patches |
|---|
comment:3 by , 10 years ago
comment:4 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Forgot to mention that patch is for boost/spirit/home/support/detail/lexer/ directory.