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.
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.