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

Rccp and C++ Atomics - question #936

Open
heff001 opened this issue Feb 4, 2019 · 2 comments
Open

Rccp and C++ Atomics - question #936

heff001 opened this issue Feb 4, 2019 · 2 comments

Comments

@heff001
Copy link

@heff001 heff001 commented Feb 4, 2019

Hi All, Can someone please let me know what C++ atomic types and objects are available / accepted / transformed in Rcpp? I thank you. I want to use Rcpp from now on; MS Visual C++ is dreadful.

@heff001
Copy link
Author

@heff001 heff001 commented Feb 4, 2019

a question - no issues

@eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Feb 4, 2019

You can use whatever your C++ compiler supports. But see Writing R Extensions about doing it portably.

The interface to R that Rcpp and other use is constrained to being a C interface over the basic R types we cover --but once you are in C++ you can do whatever language elements you like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.