Opened 13 years ago
Closed 13 years ago
#3763 closed Patches (fixed)
Support for Symbian S60 (winscw compiler)
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | regex |
Version: | Boost 1.41.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
I made a several changes for Symbian support. I replaced #if !defined(hpux) WCHAR_MIN not usable in pp-directives. with #if !defined(hpux) && !defined(WINSCW)
Maybe BOOST_NO_WCHAR_MINMAX_IN_PP macro in compiler config it's better idea?
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | boost_regex_v4.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [58342]) Symbian patches. Fixes #3764. Fixes #3763.