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


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