Skip to content

Commit

Permalink
NEWS bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Aug 22, 2024
1 parent f499977 commit dd6fbde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# cpp11 (development version)

* Removed implicit conversion operators from `sexp` to `double`, `bool`, and
`size_t`. Please use `cpp11::as_cpp()` for this instead, which is much safer
(#390).

* `cpp11::writable::r_vector<T>::iterator` no longer implicitly deletes its
copy assignment operator (#360).

Expand Down

0 comments on commit dd6fbde

Please sign in to comment.