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)

arm_chars_fix.patch (1.3 KB ) - added by Antony Polukhin 10 years ago.

Download all attachments as: .zip

Change History (5)

by Antony Polukhin, 10 years ago

Attachment: arm_chars_fix.patch added

comment:1 by Joel de Guzman, 10 years ago

Owner: changed from Joel de Guzman to Hartmut Kaiser

comment:2 by Antony Polukhin, 10 years ago

Type: BugsPatches

comment:3 by Antony Polukhin, 10 years ago

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

comment:4 by Hartmut Kaiser, 10 years ago

Resolution: fixed
Status: newclosed

(In [83462]) Fix #8291: Lexer fails to work on ARM

Note: See TracTickets for help on using tickets.