C11 defines kill_dependency as a macro in <stdatomic.h>. When you include
<atomic> after <stdatomic.h>, the macro clashes with std::kill_dependency and
causes multiple errors. Explicit error should help in diagnosing those errors.
No change for working code that includes <atomic> before <stdatomic.h>.
rdar://problem/27435938