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 if available #80

Merged
merged 1 commit into from
Jan 24, 2019
Merged

Use std::atomic if available #80

merged 1 commit into from
Jan 24, 2019

Conversation

wch
Copy link
Member

@wch wch commented Jan 23, 2019

This (should) fix #73 -- assuming that there's a C++11 compiler available on the RPi.

If a C++11 compiler is available, then it uses std::atomic instead of boost::atomic, and there's no need to link to boost_atomic.

@wch wch merged commit 5e3a07c into master Jan 24, 2019
@wch wch deleted the fix-atomic branch January 24, 2019 17:41
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.

Installation failed on Raspberry PI 3 - Debian Stretch - R 3.5.1
2 participants