Closed agrippa closed 7 years ago
Not to be reviewed/merged before #46
I guess icc is using gcc's headers. This looks like a good workaround. 👍
@budimlic ?
Yep, this is a good workaround.
@budimlic You can merge because you were the second to approve, per the contributor's agreement. I am not allowed to merge.
I found that the master build was broken on Edison because while icc 17.0.1 had stdatomic.h, it still didn't recognize _Atomic as a keyword. However, we were only checking for stdatomic.h before setting HAVE_C11_STDATOMIC.