The non-template __rw_atomic_xxx() functions should accept the volatile
reference
---------------------------------------------------------------------------------
Key: STDCXX-794
URL: https://issues.apache.org/jira/browse/STDCXX-794
Project: C++ Standard Library
Issue Type: Bug
Affects Versions: 4.2.0, 4.1.4, 4.1.3, 4.1.2
Environment: All
Reporter: Farid Zaripov
Assignee: Farid Zaripov
Fix For: 5.0
Currently the __rw_atomic_xxx() functions are accepting the non-volatile
reference as parameter. And if volatile reference is passed, the template
version of __rw_atomic_xxx() (implemented with using the mutex object) is used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.