SaneCppLibraries icon indicating copy to clipboard operation
SaneCppLibraries copied to clipboard

Support more primitive types in Threading library on Atomic<T>

Open Pagghiu opened this issue 1 year ago • 0 comments

Currently SC::Atomic<T> only supports bool and int32_t.

Support for more types should be added and also we need some way of adding real tests or at least validations that the various compiler specific directives are doing the right thing.

Pagghiu avatar Jan 12 '24 21:01 Pagghiu