Skip to content

Commit b707cb2

Browse files
committed
Upgrade C++14 to C++17 for SPM
1 parent 54920bc commit b707cb2

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
@@ -1370,7 +1370,7 @@ let package = Package(
13701370
]
13711371
),
13721372
] + firestoreTargets(),
1373-
cxxLanguageStandard: CXXLanguageStandard.gnucxx14
1373+
cxxLanguageStandard: CXXLanguageStandard.gnucxx17
13741374
)
13751375

13761376
// MARK: - Helper Functions

0 commit comments

Comments
 (0)