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 c2a94bf commit cdfeb88Copy full SHA for cdfeb88
NEWS.md
@@ -1,5 +1,7 @@
1
# cpp11 (development version)
2
3
+* `r_bool` added as an adapter between `bool` and `Rboolean` values (#57, @bkietz)
4
+
5
* `data_frame()` objects now have the number of rows correctly set as real length, not the reserved length (#91)
6
7
* Fixed potential memory leak in cpp11::writable classes.
@@ -28,8 +30,6 @@
28
30
29
31
* `safe[]` can now work with functions that return any type (#70, @bkietz)
32
-* `writable::logicals::operator=()` now allows C++ boolean values (#57, @romainfrancois)
-
33
* The `END_CPP` macro now includes a `catch(...)` block to catch all C++ exceptions that do not inherit from `std::exception` (#47).
34
35
* Improve consistency of inserting NA values in r_string objects (#45)
0 commit comments