Boost logo

Boost :

From: John Maddock (boost.regex_at_[hidden])
Date: 2003-10-10 06:10:15


> Now, I would like to use boost regex with STLPort,
> but I cannot seem to find a version of regex
> and a version of STLPort that will work together.
>
> Has anyone else had better luck?

There was a problem with the last release not working with STLPort-4.5.3,
you can either apply the following path, or get the latest cvs code:

Index: cpp_regex_traits.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/regex/src/cpp_regex_traits.cpp,v
retrieving revision 1.30.4.1
diff -r1.30.4.1 cpp_regex_traits.cpp
257c257
< #if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)

---
> #if (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)) &&
!defined(BOOST_MSVC)
258a259
>    using stlport::isspace;
John.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk