Raphaël Londeix
Raphaël Londeix
#50 pull request is one way to do it: leveraging on the STL implementation of the `` Another way might have been to maintain a compatibility layer for `stdatomic.h`, but:...
@kritzikratzi I'm not sure you need to include "list.h", do you remember what was the error ? Also, with this setup, one cannot choose to compile using gcc or clang...
My point was: Allowing compilation in C++ with clang/gcc is kind of a good idea, as it highlight dangerous cast or other type checks warnings (as C++ has stricter rules)....
@andrewrk The only point of automated builds is to see if it builds on all compiler/os selected. It can also generate release builds when a tag is pushed. Adding (relevant)...
@Yepoleb You're right, but all prominent figures of the C++ committee agree that using an unsigned type was a mistake. There is a performance implication in using unsigned type because...