Update to c++17

PiperOrigin-RevId: 500830077
This commit is contained in:
Nick Bourdakos
2023-01-09 16:02:02 -08:00
committed by Copybara-Service
parent 350e76e690
commit 412548248c
+3 -3
View File
@@ -25,8 +25,8 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(
name: "abseil",
url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
branch: "main"
url: "https://github.com/bourdakos1/abseil-cpp-SwiftPM.git",
branch: "cxx17"
),
.package(
name: "BoringSSL-GRPC",
@@ -614,5 +614,5 @@ let package = Package(
),
],
cLanguageStandard: .c99,
cxxLanguageStandard: CXXLanguageStandard.gnucxx14
cxxLanguageStandard: .cxx17
)