Boost logo

Boost :

From: Aaron Boxer (boxerab_at_[hidden])
Date: 2003-10-10 08:45:34


Yes, this patch worked with
the STLPort beta version:

STLport-4.5-0119

Thanks.

Aaron

--- John Maddock <boost.regex_at_[hidden]> wrote:
> > 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.
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


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