Skip to content

Commit c2d6f20

Browse files
authored
Merge pull request #112 from compnerd/cxx-standard
build: bump C++ standard to 14
2 parents e093926 + 4502637 commit c2d6f20

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
@@ -95,5 +95,5 @@ let package = Package(
9595
path: "lib/LLVMSupport"),
9696
],
9797

98-
cxxLanguageStandard: .cxx11
98+
cxxLanguageStandard: .cxx14
9999
)

0 commit comments

Comments
 (0)