Opened 9 years ago

Closed 9 years ago

#8501 closed Bugs (fixed)

atomic<void *> has no fetch_add/fetch_sub member functions

Reported by: khizmax@… 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.

Change History (1)

comment:1 by timblechmann, 9 years ago

Resolution: fixed
Status: newclosed

(In [84190]) atomic: provide additive functionality for atomic<void*>

fixes #8501

Note: See TracTickets for help on using tickets.