clang-cl - Conflicting types for atomic_signal_fence #123457
Labels
clang:headers
Headers provided by Clang, e.g. for intrinsics
clang-cl
`clang-cl` driver. Don't use for other compiler parts
LLVM: 19.1.6
MSVC: 17.12.3
Adding a
#ifndef _MSC_VER
around the twoatomic_
functions makes the code compile but I don't know if that is the correct fix.The text was updated successfully, but these errors were encountered: