|
Boost Users : |
From: Andriy Tylychko (mail.ru) (telya_at_[hidden])
Date: 2006-06-15 05:57:59
Hi,
The code looks like:
std::string buffer(10240, '\0');
// ... fill buffer
boost::regex e("#1.*#7");
boost::smatch m;
boost::regex_search(buffer, m, e);
The buffer of 10KB is full of "something #x". As result I receive
regex_constants::error_space at
boost\regex\v4\perl_matcher_non_recursive.hpp:164.
I'll highly appreciate any help.
Thank you,
Andriy Tylychko,
telya_at_[hidden]
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