Boost logo

Boost Users :

From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2005-06-27 10:41:00


"Thameem Ansari - CTD ,Chennai" <thameema_at_[hidden]> wrote in message
news:012301731C23DE4DBFE035647C68F1CC0127935A_at_sindhu.ctd.hcltech.com...
> Hi,
> I am facing the following problem
> I have the following code in my application written in VC++ 6.0
>
> std::vector<std::string> v;
> boost::RegEx expr("(?=adc)", TRUE);
> expr.Grep(v, "XYZ(M-ADC)");
>
> While debugging, then application hangs in the statement 'expr.Grep(v,
> "XYZ(M-ADC)")' .

I've not used regex in a while, but the thing that jumps out at me 'RegEx'
and 'Grep'. I don't think any boost library uses names that are not all
lower case. Which version of boost are you using? Could the above type and
function be something you created?

Jeff Flinn


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