45 #if defined(__clang__) // Must go first because Clang also defines __GNUC__. 46 __builtin_assume(cond);
47 #elif defined(__GNUC__) 49 __builtin_unreachable();
51 #elif defined(_MSC_VER) 64 __builtin_unreachable();
65 #elif defined(_MSC_VER)
#define FOLLY_ALWAYS_INLINE
—— Concurrent Priority Queue Implementation ——
void assume_check(bool cond)
FOLLY_ALWAYS_INLINE void assume_unreachable()
FOLLY_ALWAYS_INLINE void assume(bool cond)