r-lib / cpp11

cpp11 helps you to interact with R objects using C++ code.
https://cpp11.r-lib.org/
Other
199 stars 46 forks source link

Fix semantics of + and += for r_vector::iterator #231

Closed alyst closed 3 years ago

alyst commented 3 years ago

IIRC, + should return new object, and += should modify the existing one.

jimhester commented 3 years ago

Thanks, can you please add a bullet to NEWS? It should briefly describe the change and end with (@yourname, #issuenumber).

alyst commented 3 years ago

@jimhester I've rebased and addedd the NEWS entry.

jimhester commented 3 years ago

Thanks a ton!