Skip to content

Use std::atomic if available#80

Merged
wch merged 1 commit intomasterfrom
fix-atomic
Jan 24, 2019
Merged

Use std::atomic if available#80
wch merged 1 commit intomasterfrom
fix-atomic

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