[PATCH] D32265: Add __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use in MSVC compatibility mode.

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 01:26:39 PDT 2017


jfb added a comment.

Is it a goal to support Microsoft's STL with this? If so, how does MSVC's STL implement `is_always_lock_free` at the moment? CL 19 2017 RTW doesn't seem to have anything <https://godbolt.org/g/jQOxlu>? Presumably they'll have to do *something*.


https://reviews.llvm.org/D32265





More information about the cfe-commits mailing list