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

Switch from <cstdatomic> to <atomic> #194

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

Conversation

sharkcz
Copy link

@sharkcz sharkcz commented Jun 3, 2016

Switch from to . The former never made it into the
standard and doesn't exist in modern gcc versions at all. The later contains
everything that leveldb was using from the former.

Backported from Google leveldb 1.18
google/leveldb@803d692

Switch from <cstdatomic> to <atomic>. The former never made it into the
standard and doesn't exist in modern gcc versions at all.  The later contains
everything that leveldb was using from the former.

Backported from Google leveldb 1.18
google/leveldb@803d692
@matthewvon
Copy link
Contributor

Thank you. Will be a couple of weeks before I can circle back to this for proper review and test cycle.

@matthewvon
Copy link
Contributor

Basho has closed down. I do not know of anyone that has access to merge this PR. Just letting you know.

@lemenkov
Copy link

This fixes #230. Since the project restarted its activity, then maybe we should merge it to develop?

@lemenkov lemenkov mentioned this pull request Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants