We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db9fd0 commit 8f682b2Copy full SHA for 8f682b2
include/ccmath/internal/predef/attributes/always_inline.hpp
@@ -16,7 +16,7 @@
16
#ifndef CCM_ALWAYS_INLINE
17
#if defined(CCM_CONFIG_NO_FORCED_INLINE)
18
#define CCM_ALWAYS_INLINE inline
19
- #elif defined(__GNUC__) || (defined(__clang__) && !defined(_MSC_VER)
+ #elif defined(__GNUC__) || (defined(__clang__) && !defined(_MSC_VER))
20
#define CCM_ALWAYS_INLINE __attribute__((always_inline)) inline
21
#elif defined(_MSC_VER)
22
#define CCM_ALWAYS_INLINE __forceinline
0 commit comments