Boost logo

Boost Users :

From: Noel Llopis (yg-boost-users_at_[hidden])
Date: 2002-07-21 06:39:59


OK, I figured it out. I had been messing with my paths and I was
actually using an older version of STLPort, not the newest one as
I thought. Recompiling the Regexp library with the newest one works
great.

One more question though. If I try to use the RegEx class
with a large buffer, I get an exception. I use it just like
this

const std::string & buffer = GetLargeBuffer();
boost::RegEx regEx( buffer );

Is there a limit on how large the buffer can be? I'm passing it
the result of loading a web page, so it can be up to 100KB or
so.

--Noel


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net