Re: questions about the lib.alg.copy test

2005-12-01 Thread Anton Pevtsov
The attached file contains my attempt to exercise copy and copy_backward algorithms using new test driver. Martin Sebor wrote: Yes, the to_string() helper function is absent from the new driver. There is no equivalent for class X, but the best way to handle it, I think, is along the same

RE: stdcxx question

2005-12-01 Thread Eric Lemings
-Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 6:03 PM To: John Benito; stdcxx-user@incubator.apache.org; stdcxx-dev@incubator.apache.org Subject: Re: stdcxx question John Benito wrote: Martin, Thanks for the quick

[jira] Created: (STDCXX-80) [gcc 4] build error due to missing mapfile.gcc-4

2005-12-01 Thread Martin Sebor (JIRA)
[gcc 4] build error due to missing mapfile.gcc-4 Key: STDCXX-80 URL: http://issues.apache.org/jira/browse/STDCXX-80 Project: STDCXX Type: Bug Components: Build Versions: 4.1.2 Environment: gcc 4

Re: stdcxx question

2005-12-01 Thread Martin Sebor
John Benito wrote: Martin, The configuration for the EDG on Solaris seems to have some issues in respect to the compiler command line option or maybe I am just trying to build something that does not make good sense (typical tester - try each and every option). If you try to do a

Re: stdcxx question

2005-12-01 Thread John Benito
Eric, I decided to comment out the MAPFILE setting in the makefile.in file in my BUILDDIR. That seems to let the library build just fine. Thanks, jb - Eric Lemings wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 6:03 PM

[jira] Commented: (STDCXX-68) [MSVC 8.0] strxfrm(s1, s2, 0) writes past the end of the destination buffer

2005-12-01 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-68?page=comments#action_12359111 ] Martin Sebor commented on STDCXX-68: Unfortunatley, it's become impossible to track the bug with Microsoft because the page is hidden. The ProductFeedback link above is

[jira] Updated: (STDCXX-69) [MSVC 6,8] wcsxfrm (s1, s2, 0) writes past the end of the destination buffer

2005-12-01 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-69?page=all ] Martin Sebor updated STDCXX-69: --- Component: External [MSVC 6,8] wcsxfrm (s1, s2, 0) writes past the end of the destination buffer

Re: [jira] Created: (STDCXX-72) [25.adjacent.find.cpp] predicate form of std::adjacent_find not exercised

2005-12-01 Thread Martin Sebor
Anton Pevtsov wrote: The attached file contains my attempt to fix this problem - I added test for the predicate version of adjacent_find. This looks good, thanks! I'll go ahead and commit it (we're having network trouble so won't probably be until tomorrow). In the future, when sending a