Do our C++11 atomics build anywhere??

This commit is contained in:
Behdad Esfahbod 2025-04-03 21:44:23 -06:00
parent 60fc8b4cbc
commit e480d9de96

View file

@ -50,7 +50,7 @@
/* Defined externally, i.e. in config.h. */
#elif !defined(HB_NO_MT) && defined(__ATOMIC_ACQUIRE)
#elif !defined(HB_NO_MT) && defined(__ATOMIC_ACQUIRE) && 0
/* C++11-style GCC primitives. We prefer these as they don't require linking to libstdc++ / libc++. */