[ http://issues.apache.org/jira/browse/STDCXX-43?page=all ]

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

    Fix Version: 4.2
                     (was: 4.1.4)

> names of atomic functions inconsitent
> -------------------------------------
>
>          Key: STDCXX-43
>          URL: http://issues.apache.org/jira/browse/STDCXX-43
>      Project: C++ Standard Library
>         Type: Improvement

>   Components: Build
>     Versions: 4.1.2
>  Environment: all
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to