We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f65c3d1 + 63c99ae commit 24f2b05Copy full SHA for 24f2b05
rapidfuzz/details/config.hpp
@@ -15,5 +15,5 @@
15
#if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201402L) || __cplusplus >= 201402L)
16
# define RAPIDFUZZ_CONSTEXPR_CXX14 constexpr
17
#else
18
-# define RAPIDFUZZ_CONSTEXPR_CXX14
+# define RAPIDFUZZ_CONSTEXPR_CXX14 inline
19
#endif
0 commit comments