Fix compilation of <atomic> with ICC and libc++
The libc++ header does this:
#if !__has_feature(cxx_atomic)
#error <atomic> is not implemented
So we can't enable the feature until the compiler reports true for that
test.
Change-Id: I96f1c7eea8b93d93bd721fe5a85fa987339d091f
Reviewed-by:
Olivier Goffart <ogoffart@woboq.com>
Showing
Please register or sign in to comment