Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace usage of std::latch with folly::Latch #2262

Closed
wants to merge 1 commit into from

Conversation

michel-slm
Copy link
Contributor

Summary:
Reworking PR #2073 - use folly::Latch instead of having to fix ungated
use of std::latch, which breaks open source builds that are still using
CMake since CMAKE_CXX_STANDARD is still set to 17 (and bumping it to
20 might mean having to stop supporting the default compiler on some
enterprise distributions).

Differential Revision: D59985585

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D59985585

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D59985585

michel-slm added a commit to michel-slm/folly that referenced this pull request Jul 23, 2024
Summary:
Pull Request resolved: facebook#2262

Reworking PR facebook#2073 - use `folly::Latch` instead of having to fix ungated
use of `std::latch`, which breaks open source builds that are still using
CMake since `CMAKE_CXX_STANDARD` is still set to `17` (and bumping it to
`20` might mean having to stop supporting the default compiler on some
enterprise distributions).

Differential Revision: D59985585
Summary:
Pull Request resolved: facebook#2262

Reworking PR facebook#2073 - use `folly::Latch` instead of having to fix ungated
use of `std::latch`, which breaks open source builds that are still using
CMake since `CMAKE_CXX_STANDARD` is still set to `17` (and bumping it to
`20` might mean having to stop supporting the default compiler on some
enterprise distributions).

Differential Revision: D59985585
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D59985585

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c260af2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants