Comment 0 for bug 617988

Revision history for this message
Gennady Proskurin (gpr) wrote :

Implemented atomic class template, which includes int32_t and uint32_t portable atomic counters from boost.
Using this class in "struct Counts" instead of heavy-weight safeInc/safeDec functions.