Re: msvcp90: Implement basic_string and cstring versions of basic_string::find.

2011-04-02 Thread Piotr Caban
Hi, On 04/02/11 08:49, Vincent Pelletier wrote: +size_t __thiscall MSVCP_basic_string_char_find_cstr( +basic_string_char *this, const char *str, size_t offset) +{ +const char *this_str = basic_string_char_const_ptr(this); +const char *found = strstr(this_str+offset, str); +if

Re: msvcp90: Implement basic_string and cstring versions of basic_string::find.

2011-04-01 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10285 Your paranoid android