Skip to content

Commit 7e9aff4

Browse files
committed
Update some links
1 parent f4baccc commit 7e9aff4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

inst/include/cpp11/altrep.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
// It would be nice to remove this since all supported versions of R have ALTREP, but
44
// some groups rely on both this `#define` and `altrep.hpp` itself existing, like arrow:
5-
// https://github.com/apache/arrow/blob/50f2d6e04e8323119d4dd31506827ee398d6b8e4/r/src/altrep.cpp#L27-L29
5+
// https://github.com/r-lib/cpp11/issues/413
66
#define HAS_ALTREP

inst/include/cpp11/protect.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
// We would like to remove this, since all supported versions of R now support proper
1818
// unwind protect, but some groups rely on it existing, like arrow and systemfonts
19-
// https://github.com/r-lib/systemfonts/blob/02b567086379edaca1a9b3620ad6776e6bb876a7/src/utils.h#L11
20-
// https://github.com/apache/arrow/blob/50f2d6e04e8323119d4dd31506827ee398d6b8e4/r/src/safe-call-into-r-impl.cpp#L49
19+
// https://github.com/r-lib/cpp11/issues/412
2120
#define HAS_UNWIND_PROTECT
2221

2322
#ifdef CPP11_USE_FMT

0 commit comments

Comments
 (0)