Skip to content

Commit 9e639ab

Browse files
authored
Merge pull request #26 from HannahShiSFB/require-cpp-17
requires c++17
2 parents 8a6c5c9 + 15da03d commit 9e639ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ let package = Package(
8383
),
8484
],
8585

86-
cxxLanguageStandard: CXXLanguageStandard.gnucxx14
86+
cxxLanguageStandard: .cxx17
8787
)
8888

0 commit comments

Comments
 (0)