Re: question on the examples for the source/forward/backward incompatible changes

2007-11-23 Thread Martin Sebor
Farid Zaripov wrote: Whether these examples should be abstract, or based on C++ Standard Library declarations/definitions? Examples using the C++ standard library classes or functions would be great, but any other sort will, in my opinion, work just as well. The point is to highlight the gene

Re: STDCXX-635 and iterator validitty after deque::swap()

2007-11-23 Thread Mark Brown
Martin Sebor wrote: Following up on an old thread... I suspect this problem that we've been discussing for some time now might stem from the fact that the standard doesn't actually define what it means to invalidate an iterator. Here's some background: http://www.open-std.org/jtc1/sc22/wg21/doc

Re: Apache C++ Standard Library 4.2.0 released

2007-11-23 Thread Mark Brown
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 6:35 PM To: stdcxx-dev@incubator.apache.org Subject: Re: Apache C++ Standard Library 4.2.0 released FYI: I've made the same announcement on a number of newsgroups an

Re: [RFC] build result views

2007-11-23 Thread Mark Brown
Have you guys seen the Boost regression test page? http://engineering.meta-comm.com/boost-regression/1_34_1/user/summary_release.html I think there are some good ideas there. I like the links to the test sources and to the compiler errors for the ones that error out. --Mark Martin Sebor wrote:

Re: [Fwd: ASF Board Meeting Summary - November 14, 2007]

2007-11-23 Thread Mark Brown
Woohoo! This is awesome news! Congratulations! --Mark William A. Rowe, Jr. wrote: Congratulations from your mentors, Justin and I, well done guys! Original Message Subject: ASF Board Meeting Summary - November 14, 2007 Date: Thu, 15 Nov 2007 10:34:54 -0500 From: Jim Jagielsk

Re: question on the examples for the source/forward/backward incompatible changes

2007-11-23 Thread Mark Brown
Farid Zaripov wrote: Whether these examples should be abstract, or based on C++ Standard Library declarations/definitions? Since the source incompatible changes involves changes in function/class mebmers prototype, or changes in global data/class data members declaration, or changing the pl

question on the examples for the source/forward/backward incompatible changes

2007-11-23 Thread Farid Zaripov
Whether these examples should be abstract, or based on C++ Standard Library declarations/definitions? Since the source incompatible changes involves changes in function/class mebmers prototype, or changes in global data/class data members declaration, or changing the place of the some declara

[jira] Resolved: (STDCXX-307) std::streambuf::imbue() stores locale when it shouldn't

2007-11-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-307. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?rev=597665&view=rev Regression test

[jira] Assigned: (STDCXX-307) std::streambuf::imbue() stores locale when it shouldn't

2007-11-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-307: Assignee: Farid Zaripov > std::streambuf::imbue() stores locale when it shouldn't > ---

[jira] Commented: (STDCXX-221) std::istream::readsome() sets badbit instead of eofbit on EOF

2007-11-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545026 ] Farid Zaripov commented on STDCXX-221: -- Can't reproduce. The 27.istream.readsome.cpp test runs without assertio