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 0592e6b commit 21a4067Copy full SHA for 21a4067
NEWS.md
@@ -1,5 +1,10 @@
1
# cpp11 (development version)
2
3
+* `cpp11::writable::r_vector<T>::iterator` no longer implicitly deletes its
4
+ copy assignment operator (#360).
5
+
6
+* `std::max_element()` can now be used with writable vectors (#334).
7
8
* Fixed an issue with the `writable::matrix` copy constructor where the
9
underlying SEXP should have been copied but was not. It is now consistent with
10
the behavior of the equivalent `writable::r_vector` copy constructor.
0 commit comments