We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73da82b commit 1e415c7Copy full SHA for 1e415c7
NEWS.md
@@ -1,5 +1,7 @@
1
# cpp11 (development version)
2
3
+* Fixed an rchk issue related to `std::initializer_list<named_arg>` (#457, @pachadotdev).
4
+
5
# cpp11 0.5.2
6
7
* Fixed an issue related to `-Wdeprecated-literal-operator` (#447, @andrjohns).
@@ -12,7 +14,7 @@
12
14
* Because cpp11 now requires R >=4.0.0, a number of previously optional tools
13
15
are now always available, allowing us to remove some dead code. In
16
particular:
-
17
18
* `R_UnwindProtect()` is always available, so the defines `HAS_UNWIND_PROTECT`
19
and `CPP11_UNWIND` are no longer useful.
20
0 commit comments