Skip to content

Commit d422705

Browse files
authored
Merge pull request #68294 from compnerd/move-to-the-future
swift-plugin-server: default to C++17
2 parents 3ae1c3f + d97178d commit d422705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/swift-plugin-server/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ let package = Package(
3434
"CSwiftPluginServer"
3535
]
3636
),
37-
38-
]
37+
],
38+
cxxLanguageStandard: .cxx17
3939
)

0 commit comments

Comments
 (0)