Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [R] switch on
R_VERSION
(#43504)
A follow on to #43243 `#ifdef function declaration` does not work, instead we must use the `#if (R_VERSION >= R_Version(4, 2, 0))` pattern to only include code for specific versions. Lead-authored-by: Jonathan Keane <[email protected]> Co-authored-by: Neal Richardson <[email protected]> Signed-off-by: Jonathan Keane <[email protected]>
- Loading branch information