[ https://issues.apache.org/jira/browse/STDCXX-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515143 ]
Martin Sebor commented on STDCXX-502: ------------------------------------- See the following thread for more: http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg04029.html > std::valarray poorly named locals cause intro/17.names test to fail > ------------------------------------------------------------------- > > Key: STDCXX-502 > URL: https://issues.apache.org/jira/browse/STDCXX-502 > Project: C++ Standard Library > Issue Type: Bug > Components: 26. Numerics > Affects Versions: 4.1.4 > Reporter: Travis Vitek > Assignee: Martin Sebor > Priority: Trivial > Fix For: 4.2 > > Attachments: valarray.patch > > > There are a few simple errors in valarray that cause test > 'intro/17.names.cpp' to not compile. The problem is that the local variable > names 'msk', 'sec' and 'sl' are bad [as defined by the test itself]. In most > places the more appropriate '__<name>' local variable format is used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.