On May 7, 9:24 pm, Sticker <sticker...@gmail.com> wrote:
> I use some boost lib function in VC++ within the VS.net IDE. For
> release model there seems no problem but I can not use the function in
> debug model. For example, erase_all() function leads to infinite loop
> in my machine. Anyone came across such problem? This happens to many
> string handling functions.
I'ld suggest checking boost's mailing list instead.
You could have mentioned which portion of boost you are refferring to.
If i'm not mistaken, this is an ongoing issue where a change in
boost::range has apparently rendered boost::string_algo unuseable.
|