Skip to content

Commit 24f2b05

Browse files
authored
Mark functions as inline when constexpr not available
2 parents f65c3d1 + 63c99ae commit 24f2b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rapidfuzz/details/config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201402L) || __cplusplus >= 201402L)
1616
# define RAPIDFUZZ_CONSTEXPR_CXX14 constexpr
1717
#else
18-
# define RAPIDFUZZ_CONSTEXPR_CXX14
18+
# define RAPIDFUZZ_CONSTEXPR_CXX14 inline
1919
#endif

0 commit comments

Comments
 (0)