[ 
https://issues.apache.org/jira/browse/STDCXX-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Travis Vitek updated STDCXX-502:
--------------------------------

    Attachment: valarray.patch

Patch for fixing the above mentioned issue. Simply renames locals to match 
established convention so that intro/17.names.cpp will compile again.

> 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
>            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.

Reply via email to