Skip to content

Commit aaa96ed

Browse files
triniwizNathanWalker
authored andcommitted
chore: use c++17
1 parent 7e24367 commit aaa96ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v8ios.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@
25782578
C2DDEB2A229EA89200345BFE /* Debug */ = {
25792579
isa = XCBuildConfiguration;
25802580
buildSettings = {
2581-
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
2581+
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
25822582
CLANG_CXX_LIBRARY = "compiler-default";
25832583
CLANG_ENABLE_MODULES = NO;
25842584
CODE_SIGN_IDENTITY = "Apple Development";
@@ -2627,7 +2627,7 @@
26272627
C2DDEB2B229EA89200345BFE /* Release */ = {
26282628
isa = XCBuildConfiguration;
26292629
buildSettings = {
2630-
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
2630+
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
26312631
CLANG_CXX_LIBRARY = "compiler-default";
26322632
CLANG_ENABLE_MODULES = NO;
26332633
CODE_SIGN_IDENTITY = "Apple Development";

0 commit comments

Comments
 (0)