From 7cb03774f8b918c6e75faee5ba08f6483eee3d13 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Thu, 6 Jun 2024 16:06:48 +0200 Subject: [PATCH] [ios] Enable C++20 A follow up to #7299 22fb1fe33ba9d0cdbf14a796191e446ce8c471c6 Signed-off-by: Alexander Borsuk --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 95ba151e16..8ed24ae4cb 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -65,7 +65,7 @@ GCC_WARN_UNUSED_VARIABLE = YES ALWAYS_SEARCH_USER_PATHS = NO CLANG_ADDRESS_SANITIZER_CONTAINER_OVERFLOW = YES CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES -CLANG_CXX_LANGUAGE_STANDARD = c++17 +CLANG_CXX_LANGUAGE_STANDARD = c++20 CLANG_CXX_LIBRARY = libc++ CLANG_ENABLE_MODULES = YES CLANG_ENABLE_OBJC_ARC = YES