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

-pedantic does not like that (`R_xlen_t` vs `size_t) #348

Merged
merged 1 commit into from Aug 23, 2015

Conversation

@romainfrancois
Copy link
Contributor

@romainfrancois romainfrancois commented Aug 23, 2015

data is a std::vector anyway, so I don't see the point of using R_xlen_t.

`data` is a `std::vector` anyway, so I don't see the point of using `R_xlen_t`.
romainfrancois added a commit to tidyverse/dplyr that referenced this pull request Aug 23, 2015
@eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Aug 23, 2015

Nice catch, thanks.

eddelbuettel added a commit that referenced this pull request Aug 23, 2015
-pedantic does not like that (`R_xlen_t` vs `size_t)
@eddelbuettel eddelbuettel merged commit ea7e715 into RcppCore:master Aug 23, 2015
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

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