We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80a831 commit 925fb47Copy full SHA for 925fb47
NEWS.md
@@ -1,5 +1,6 @@
1
# cpp11 (development version)
2
3
+* Allow `cpp11::matrix` to be accessed either row-wise or column-wise (the default) depending on the user's choice (@alyst, #229)
4
* Fixed `+` and `+=` operators of `r_vector::[const_]iterator` to conform the *iterators* concept:
5
`+=` updates the iterator, and `+` returns the updated copy, while keeping the original unchanged (@alyst, #231)
6
* Remove undefined behavior when constructing global `cpp11::sexp`s (#224)
0 commit comments