Skip to content

Commit cda0fd4

Browse files
authored
Merge pull request #67802 from compnerd/standards
SwiftCompilerSources: set the C++ language to C++17
2 parents f02ca3b + e06dcc9 commit cda0fd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SwiftCompilerSources/Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.4
22
//===--- Package.swift.in - SwiftCompiler SwiftPM package -----------------===//
33
//
44
// This source file is part of the Swift.org open source project
@@ -86,5 +86,6 @@ let package = Package(
8686
.compilerModuleTarget(
8787
name: "Optimizer",
8888
dependencies: ["Basic", "SIL", "Parse"]),
89-
]
89+
],
90+
cxxLanguageStandard: .cxx17
9091
)

0 commit comments

Comments
 (0)