| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Sticker" |
| Date: |
07 May 2007 08:24:05 PM |
| Object: |
Boost lib problem in debug model, VC++ |
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.
.
|
|
| User: "Salt_Peter" |
|
| Title: Re: Boost lib problem in debug model, VC++ |
07 May 2007 09:26:24 PM |
|
|
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.
.
|
|
|
|

|
Related Articles |
|
|