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

use std::atomic for ControlValueAtomicBase #13897

Open
wants to merge 1 commit into
base: 2.5
Choose a base branch
from
Open

use std::atomic for ControlValueAtomicBase #13897

wants to merge 1 commit into from

Conversation

m0dB
Copy link
Contributor

@m0dB m0dB commented Nov 17, 2024

fixes #13895 , using std::atomic, and replaces a pre-c++17 construction to terminate if the atomic or the ringbuffer implementation should be using by using std::atomic::is_always_lock_free

@m0dB m0dB changed the base branch from main to 2.5 November 17, 2024 20:38
@Swiftb0y
Copy link
Member

Note that there are similar changes in main already. #13574

@Swiftb0y
Copy link
Member

also @m0dB you have pushed this branch (and another similar one) to upstream instead of fork. Was that intentional?

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