You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: The base template for std::char_traits is restored after being removed in Xcode 16.3; it is still deprecated and is going to be removed in a future release. Restoring the base template allows code that attempts to instantiate char_traits with types that are not provided by the Standard (for example, std::basic_string<long long> and similar) to still compile, giving it more time to transition. (149025504)
cho-m
added
boost
Boost use is a significant feature of the PR or issue
and removed
boost
Boost use is a significant feature of the PR or issue
labels
Aug 13, 2025
cho-m
changed the title
povray cpprestsdk: revision bump (TESTING Xcode 16.4)
povray cpprestsdk: revision bump (TESTING Xcode 16.3)
Aug 13, 2025
Ultimately, a future version of Xcode is going to break it again anyway even if 16.4 restores compatibility for a while. Haven't checked Xcode 26 yet. But if we're seeing issues more than just these two projects then we could try prioritise a Xcode 16.4 update. We fixed many others before 16.4 was even released.
With that said, both projects are effectively in maintenance mode now so seldomly receive updates or PR reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boostBoost use is a significant feature of the PR or issueCI-no-bottlesMerge without publishing bottlesCI-no-fail-fastContinue CI tests despite failing GitHub Actions matrix builds.
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trying to reproduce some failures from #233031 on 15-arm64 runner.
Can't reproduce locally. I have newer macOS and Xcode 16.4 so not sure if this is issue with runner version.
EDIT: Maybe https://developer.apple.com/documentation/xcode-release-notes/xcode-16_4-release-notes#Apple-Clang-Compiler