[PR #449] [MERGED] Enable -fexperimental-library when using clang libc++ #1571

Closed
opened 2026-02-27 21:13:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/449
Author: @squidbus
Created: 8/16/2024
Status: Merged
Merged: 8/16/2024
Merged by: @georgemoralis

Base: mainHead: libc++


📝 Commits (1)

  • 6274143 Enable -fexperimental-library when using clang libc++

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+9 -0)

📄 Description

This enables support for std::jthread and std::stop_token in the latest libc++ versions. Useful for better macOS standard library support since it uses clang libc++. Other systems like Ubuntu typically use libstdc++ by default so this hasn't been an issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/449 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 8/16/2024 **Status:** ✅ Merged **Merged:** 8/16/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `libc++` --- ### 📝 Commits (1) - [`6274143`](https://github.com/shadps4-emu/shadPS4/commit/62741434db967488884dd8d72fb99f0c5bef9fb9) Enable -fexperimental-library when using clang libc++ ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+9 -0) </details> ### 📄 Description This enables support for `std::jthread` and `std::stop_token` in the latest libc++ versions. Useful for better macOS standard library support since it uses clang libc++. Other systems like Ubuntu typically use libstdc++ by default so this hasn't been an issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1571
No description provided.