File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10670,6 +10670,9 @@ LTO = -flto
1067010670@node System and foreign language interfaces
1067110671@chapter System and foreign language interfaces
1067210672
10673+ Many of the functions sescribed here have entry-point names with a
10674+ @code{Rf_} prefix: if they are called from C++ code that prefix needs to
10675+ added in the C++ code.
1067310676
1067410677@node Operating system access
1067510678@section Operating system access
@@ -14792,6 +14795,9 @@ headers directly or @emph{via} inclusion from further packages, and may
1479214795define @code{R_NO_REMAP} with or without including @file{Rinternals.h}.)
1479314796@apihdr R_ext/Error.h
1479414797
14798+ As from @R{} 4.5.0, @code{R_NO_REMAP} is always defined when the @R{}
14799+ headers are included from C++ code.
14800+
1479514801Some of these entry points are declared in header @file{Rmath.h}, most
1479614802of which are remapped there. That remapping can be eliminated by
1479714803defining @code{R_NO_REMAP_RMATH} (before including any @R{} headers) and
You can’t perform that action at this time.
0 commit comments