File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# cpp11 (development version)
2
2
3
+ * ` R_NO_REMAP ` and ` STRICT_R_HEADERS ` are now conditionally defined only if they
4
+ have not already been defined elsewhere. This is motivated by the fact that
5
+ ` R_NO_REMAP ` is becoming the default for C++ code in R 4.5.0 (#410 ).
6
+
3
7
* Because cpp11 now requires R >=4.0.0 and ` R_UnwindProtect() ` is always
4
8
available, ` HAS_UNWIND_PROTECT ` is no longer useful. Please avoid using it,
5
9
as we'd like to remove it in the future (#411 ).
Original file line number Diff line number Diff line change 8
8
#endif
9
9
#endif
10
10
11
+ #ifndef R_NO_REMAP
11
12
#define R_NO_REMAP
13
+ #endif
14
+
15
+ #ifndef STRICT_R_HEADERS
12
16
#define STRICT_R_HEADERS
17
+ #endif
18
+
13
19
#include " R_ext/Boolean.h"
14
20
#include " Rinternals.h"
15
21
#include " Rversion.h"
You can’t perform that action at this time.
0 commit comments