Skip to content

Commit 4502637

Browse files
committed
build: bump C++ standard to 14
The Windows C++ runtime requires C++14. This is handled transparently when using the `clang-cl` driver, however, when building with s-p-m, the `clang` driver is used instead. This requires explicitly bumping everything to C++14.
1 parent e093926 commit 4502637

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)