Opened 13 years ago

Closed 13 years ago

#3763 closed Patches (fixed)

Support for Symbian S60 (winscw compiler)

Reported by: Yuriy A. Krasnoschek <aka.rider@…> 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)

boost_regex_v4.diff (1.0 KB ) - added by Yuriy A. Krasnoschek <aka.rider@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

by Yuriy A. Krasnoschek <aka.rider@…>, 13 years ago

Attachment: boost_regex_v4.diff added

comment:1 by John Maddock, 13 years ago

Resolution: fixed
Status: newclosed

(In [58342]) Symbian patches. Fixes #3764. Fixes #3763.

Note: See TracTickets for help on using tickets.