You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/07/25 05:08:31 UTC

[jira] Assigned: (STDCXX-502) std::valarray poorly named locals cause intro/17.names test to fail

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

Martin Sebor reassigned STDCXX-502:
-----------------------------------

    Assignee: Martin Sebor

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