Files
clang-p2996/libcxx/modules/std/atomic.inc
Dominik Wójt c19a81931c [libc++] protect absent atomic types with ifdef (#82351)
Otherwise modules.std-module.sh.cpp test fails with following error:
    error: no member named 'atomic_signed_lock_free' in namespace 'std'
when the types are not available.
2024-02-27 07:27:02 +01:00

4.1 KiB