Skip to content

[R] Remove usage of cpp11's HAS_UNWIND_PROTECT #44924

@DavisVaughan

Description

@DavisVaughan

Describe the enhancement requested

cpp11 is bumping to require R >=4.0.0 in the next release r-lib/cpp11#411

That means that R_UnwindProtect() is always available, and the macro HAS_UNWIND_PROTECT is no longer needed. I'm going to keep it around for a release or two, but if you could remove your reliance on it, then that'd be great!

#if defined(HAS_UNWIND_PROTECT)

Component(s)

R

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions