Opened 9 years ago
Closed 9 years ago
#8501 closed Bugs (fixed)
atomic<void *> has no fetch_add/fetch_sub member functions
Reported by: | Owned by: | timblechmann | |
---|---|---|---|
Milestone: | To Be Determined | Component: | atomic |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | atomic | Cc: |
Description
According C++11 standard, atomic<void *> must have fetch_add/fetch_sub member functions. The argument should be treated as byte offset.
Note:
See TracTickets
for help on using tickets.
(In [84190]) atomic: provide additive functionality for atomic<void*>
fixes #8501