SaneCppLibraries
SaneCppLibraries copied to clipboard
Support more primitive types in Threading library on Atomic<T>
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.