> On Feb 16, 2017, at 1:02 PM, James Walker <[email protected]> wrote: > > For what it's worth, the OS header recommends replacing it with the function > atomic_compare_exchange_strong, which I assume refers to the C++11 template > function.
It’s also available in C as a macro defined in <stdatomic.h>. (At least, it’s in Clang’s C library.) —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

