Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Boost lib problem in debug model, VC++

Reply
Thread Tools

Boost lib problem in debug model, VC++

 
 
Sticker
Guest
Posts: n/a
 
      05-08-2007
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.

 
Reply With Quote
 
 
 
 
Salt_Peter
Guest
Posts: n/a
 
      05-08-2007
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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
difference between libboost_regex-mt-gd-1_33_1.lib and boost_regex-mt-gd-1_33_1.lib ideal.black@gmail.com C++ 3 09-30-2007 06:54 AM
how to debug this error? /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crt1.o Durduran C Programming 10 07-30-2007 09:03 PM
Boost Problem! Boost.Build not found Soren Python 6 04-16-2007 01:13 PM
Need odbc32.lib odbccp32.lib Praetorian C++ 1 04-20-2006 07:14 PM
Diff betw common/lib and shared/lib in Tomcat James Yong Java 0 09-12-2005 02:36 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57