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

Martin Sebor updated STDCXX-43:
-------------------------------

    Priority: Trivial  (was: Major)

This is purely cosmetic. Lowered priority.

> names of atomic functions inconsitent
> -------------------------------------
>
>                 Key: STDCXX-43
>                 URL: https://issues.apache.org/jira/browse/STDCXX-43
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.1.2
>         Environment: all
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Trivial
>             Fix For: 4.2
>
>
> The names of the implementation-specific atomic functions are inconsistent: 
> some contain the width of the type they operate on (such as 
> __rw_atomic_add32()), others don't (e.g., __rw_atomic_add32()), and others 
> still follow a different naming convention altogether (e.g., 
> __rw_atomic_incr32()). This makes understanding and writing the generic 
> overloads that use them (e.g., __rw_atomic_preincrement(), etc.) difficult 
> and leads to lots of duplicate code in rw/_mutex.h. This is a placeholder 
> issue to rename these functions using a consistent naming convention and to 
> simplify rw/_mutex.h.

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