Pagghiu / SaneCppLibraries

Sane C++ Libraries
https://pagghiu.github.io/SaneCppLibraries
MIT License
507 stars 11 forks source link

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

Open Pagghiu opened 8 months ago

Pagghiu commented 8 months ago

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.