[PATCH] D26376: Undef stdatomic.h macro definitions that are defining functions provided in libc++ <atomic>
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 16 10:51:02 PST 2016
mclow.lists added a comment.
More info - The following code:
#include <stdatomic.h>
int main () {}
fails to compile on either gcc 6.2 (locally), gcc 7 head (online compiler) or MSVC (online compiler).
https://reviews.llvm.org/D26376
More information about the cfe-commits
mailing list