Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove custom atomic in favor of std::atomic types #2297

Merged
merged 2 commits into from
Jul 17, 2018

Conversation

conlain-k
Copy link
Contributor

Addresses #1493

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

run ATF and unit tests to check for regression

Summary

Replace all instances of the custom sync_primitives::Atomic with the c++11 std::atomic.

CLA

@jacobkeeler jacobkeeler merged commit 493bec0 into develop Jul 17, 2018
@jacobkeeler jacobkeeler deleted the feature/use_STL_atomics branch August 27, 2018 19:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants