You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,22 @@
1
1
# cpp11 (development version)
2
2
3
-
*`cpp_source()`, `cpp_function()` and `cpp_eval()` now support `[[cpp11::linking_to()]]` syntax to link to third party packages with C++ headers. (#48)
4
-
5
-
*`safe[]` can now work with functions that return any type (#70, @bkietz)
3
+
## New features
6
4
7
5
* cpp11 is now able to compile on gcc 4.8.5 (#69, @bkietz)
8
6
9
-
*`as_cpp<E>()` now allows enumeration `E` (#52, @bkietz)
7
+
*`cpp_source()`, `cpp_function()` and `cpp_eval()` now support `[[cpp11::linking_to()]]` syntax to link to third party packages with C++ headers. (#48)
10
8
11
-
*`writable::logicals::operator=()` now allows C++ boolean values (#57, @romainfrancois)
9
+
## Minor improvements and fixes
10
+
11
+
*`as_cpp<E>()` now works with enumeration types (#52, @bkietz)
12
+
13
+
*`as_cpp<int>()` and `as_cpp<double>()` now implicitly coerce between all 3 types of single NA values (#53).
12
14
13
15
*`list::const_iterator::operator*()` added so iterators could be used on list objects (#60, @romainfrancois)
14
16
15
-
*`cpp11::as_cpp<int>()` and `cpp11::as_cpp<double>()` now implicitly coerce between all 3 types of single NA values (#53).
17
+
*`safe[]` can now work with functions that return any type (#70, @bkietz)
18
+
19
+
*`writable::logicals::operator=()` now allows C++ boolean values (#57, @romainfrancois)
16
20
17
21
* The `END_CPP` macro now includes a `catch(...)` block to catch all C++ exceptions that do not inherit from `std::exception` (#47).
0 commit comments