RE: svn commit: r553587 - /incubator/stdcxx/trunk/tests/self/0.new.cpp

2007-07-19 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Wednesday, July 18, 2007 7:12 AM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r553587 - /incubator/stdcxx/trunk/tests/self/0.new.cpp No, because of _config-msvcrt.h,

Re: svn commit: r553587 - /incubator/stdcxx/trunk/tests/self/0.new.cpp

2007-07-19 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Wednesday, July 18, 2007 7:12 AM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r553587 - /incubator/stdcxx/trunk/tests/self/0.new.cpp No, because of

RE: MyStreambuf class is incomplete

2007-07-19 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Wednesday, July 18, 2007 7:16 AM To: stdcxx-dev@incubator.apache.org Subject: Re: MyStreambuf class is incomplete Farid Zaripov wrote: The throw_when_ mebmer of the MyStreambuf class

RE: Intel C++ build issues on Windows

2007-07-19 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Wednesday, July 18, 2007 7:47 AM To: stdcxx-dev@incubator.apache.org Subject: Re: Intel C++ build issues on Windows Another option is to rig one of the library headers (e.g., _config.h)

Re: MyStreambuf class is incomplete

2007-07-19 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Wednesday, July 18, 2007 7:16 AM To: stdcxx-dev@incubator.apache.org Subject: Re: MyStreambuf class is incomplete Farid Zaripov wrote: The throw_when_ mebmer of the

RE: [patch] STDCXX-170

2007-07-19 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Wednesday, July 18, 2007 3:58 AM To: stdcxx-dev@incubator.apache.org Subject: Re: [patch] STDCXX-170 Farid Zaripov wrote: Here is proposed patch to fix STDCXX-170 issue:

Re: STDCXX tests fails and reasons [MSVC]

2007-07-19 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 8:23 PM To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX tests fails and reasons [MSVC] Jira for the bug in rw_match(char, char, 1). But is that really a bug in

std::deque::_C_insert_1() declared but not defined

2007-07-19 Thread Farid Zaripov
In include/deque header file the deque::_C_insert_1() method is declared, but not defined. include/deque, line 684: - // implements a single-element insert void _C_insert_1 (const iterator, const_reference); - This method is never used, so there no problems, but MSVC issues

Re: std::deque::_C_insert_1() declared but not defined

2007-07-19 Thread Martin Sebor
Farid Zaripov wrote: In include/deque header file the deque::_C_insert_1() method is declared, but not defined. include/deque, line 684: - // implements a single-element insert void _C_insert_1 (const iterator, const_reference); - This method is never used, so there no

RE: STDCXX tests fails and reasons [MSVC]

2007-07-19 Thread Farid Zaripov
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 9:30 PM To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX tests fails and reasons [MSVC] The problem is in that rw_match() used to compare single characters. There no problem

[jira] Assigned: (STDCXX-466) basic_string::rfind() throws length_error(), but should return npos

2007-07-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-466: Assignee: Farid Zaripov basic_string::rfind() throws length_error(), but should return

Re: STDCXX tests fails and reasons [MSVC]

2007-07-19 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 9:30 PM To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX tests fails and reasons [MSVC] The problem is in that rw_match() used to compare single characters.