[ boost-Bugs-1693865 ] undeclared memcpy() in flex_string.hpp

2007-04-05 Thread Farid Zaripov
Bugs item #1693865, was opened at 2007-04-03 14:48 Message generated for change (Comment added) made by hkaiser You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=107586aid=1693865gro up_id=7586 Please note that this message will contain a full copy of the comment

Re: Boost + Stdcxx (results)

2007-04-05 Thread Nadine Faizant
Hello, I'm very interest in Farid work around boost... almost on functionnal/hash hash_map_test :-)... but I could not reach the web page on this... May I have more informations ? Thanks, Nadine - Original Message - From: Martin Sebor [EMAIL

RE: ctype index?

2007-04-05 Thread Scott Zhong
Since __lo is char * which is the input that needs to be narrowed, would make sense that the for loop should be changed to something like for(; __lo != NULL; ++__lo). I don't think incrementing the __hi pointer wouldn't do much, I believe that __hi is constant high value. Reading the C++ library

RE: Build failure with ICC on windows

2007-04-05 Thread Farid Zaripov
-Original Message- From: Andrew Black [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 8:40 PM To: stdcxx-dev@incubator.apache.org Subject: Build failure with ICC on windows I am still observing failures with the ICL compiler on windows. The failures are such that the

Question about comparing floats and doubles for equality

2007-04-05 Thread David Ritter
In reviewing the following file for some information on how to compare floats and doubles for equality I had some questions I wanted to ask the list. http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/src/valcmp.cpp ?view=markup I found the methods rw_fltcmp and rw_dblcmp that are