Skip to content

Backport 1895 to 20250512 - #2134

Open
aslam9691 wants to merge 1 commit into
abseil:lts_2025_05_12from
aslam9691:backport-1895-to-20250512
Open

Backport 1895 to 20250512#2134
aslam9691 wants to merge 1 commit into
abseil:lts_2025_05_12from
aslam9691:backport-1895-to-20250512

Conversation

@aslam9691

@aslam9691 aslam9691 commented Aug 19, 2026

Copy link
Copy Markdown

Description

Backport of #1895 (commit 03f6a39f502026d80064786353e55bbbf01fb922) to the lts_2025_05_12 branch.

Why this is needed

Abseil requires C++17 as the baseline C++ standard. However, the CocoaPods specification template in absl/abseil.podspec.gen.py for the 20250512 LTS release did not explicitly configure CLANG_CXX_LANGUAGE_STANDARD.
When projects consume Abseil via CocoaPods on iOS/macOS, Xcode default to C++14 or the host project's default dialect, leading to compilation errors when building Abseil headers/sources that rely on C++17 language features and standard library components.

(cherry picked from commit 03f6a39)
@aslam9691
aslam9691 changed the base branch from master to lts_2025_05_12 August 19, 2026 05:22
@aslam9691
aslam9691 marked this pull request as ready for review August 19, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants