Skip to content

Commit 93603d5

Browse files
committed
guard template deduction guides
1 parent e91aa8e commit 93603d5

File tree

13 files changed

+208
-130
lines changed

13 files changed

+208
-130
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ add_library(rapidfuzz INTERFACE)
5050
# provide a namespaced alias for clients to 'link' against if RapidFuzz is included as a sub-project
5151
add_library(rapidfuzz::rapidfuzz ALIAS rapidfuzz)
5252

53-
target_compile_features(rapidfuzz INTERFACE cxx_std_17)
53+
target_compile_features(rapidfuzz INTERFACE cxx_std_14)
5454

5555
target_include_directories(rapidfuzz
5656
INTERFACE

0 commit comments

Comments
 (0)