Skip to content

Commit d97178d

Browse files
committed
swift-plugin-server: default to C++17
This is required to build on Windows and for C++ interop.
1 parent ffc9fb3 commit d97178d

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)