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

do not use CAR(...) as left hand side of assignment #229

Merged
merged 1 commit into from Mar 10, 2016

Conversation

lukasstadler
Copy link
Contributor

CAR(x) = y; relies on a particular implementation of the CAR macro, SETCAR(x, y) does not.
(and it is also properly checked, and works with reference counting)

@kevinushey
Copy link
Contributor

Looks good to me, thanks! (The travis tests seem to be failing for other reasons)

kevinushey added a commit that referenced this pull request Mar 10, 2016
do not use CAR(...) as left hand side of assignment
@kevinushey kevinushey merged commit aa1144e into Rcpp11:master Mar 10, 2016
@romainfrancois
Copy link
Contributor

Yeah. Thanks. I currently lack the time to deal with this unfortunately.

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.

None yet

3 participants