[jira] Created: (STDCXX-334) std::list::swap does not swap containers with defferent allocator correctly

2007-02-07 Thread Farid Zaripov (JIRA)
std::list::swap does not swap containers with defferent allocator correctly --- Key: STDCXX-334 URL: https://issues.apache.org/jira/browse/STDCXX-334 Project: C++ Standard

[jira] Commented: (STDCXX-335) std::min() suboptimal

2007-02-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471120 ] Martin Sebor commented on STDCXX-335: - Here's the IPF assembly for a similar test not involving algorithm

Re: [PATCH] Fix of STDCXX-268, STDCXX-331

2007-02-07 Thread Martin Sebor
Farid Zaripov wrote: Attached is a proposed patch for fix the bugs STDCXX-268 and STDCXX-331. If the bodies of the functions are the same wouldn't be better to call one from the other rather than introducing the macro? (The macro makes it impossible to step through the functions in most