Subject: [Boost-bugs] [Boost C++ Libraries] #3763: Support for Symbian S60 (winscw compiler)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-12 18:45:46
#3763: Support for Symbian S60 (winscw compiler)
--------------------------------------------------------+-------------------
Reporter: Yuriy A. Krasnoschek <aka.rider@â¦> | Owner: johnmaddock
Type: Patches | Status: new
Milestone: Boost 1.42.0 | Component: regex
Version: Boost 1.41.0 | Severity: Not Applicable
Keywords: |
--------------------------------------------------------+-------------------
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?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3763> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC