File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change
1
+ 2024-10-26 Gábor Csárdi <
[email protected] >
2
+
3
+ * inst/include/Rcpp/exceptions_impl.h: check for DragonFlyBSD to fix compilation
4
+
1
5
2024-10-07 Iñaki Ucar <
[email protected] >
2
6
3
7
* inst/include/Rcpp/platform/compiler.h: Uncomment HAS_VARIADIC_TEMPLATES
Original file line number Diff line number Diff line change 23
23
24
24
// disable demangler on platforms where we have no support
25
25
#ifndef RCPP_DEMANGLER_ENABLED
26
- # if defined(_WIN32) || \
27
- defined (__FreeBSD__) || \
28
- defined(__NetBSD__) || \
29
- defined(__OpenBSD__) || \
30
- defined(__CYGWIN__) || \
31
- defined(__sun) || \
32
- defined(_AIX) || \
33
- defined(__MUSL__) || \
34
- defined(__HAIKU__) || \
26
+ # if defined(_WIN32) || \
27
+ defined (__FreeBSD__) || \
28
+ defined(__NetBSD__) || \
29
+ defined(__OpenBSD__) || \
30
+ defined(__DragonFly__) || \
31
+ defined(__CYGWIN__) || \
32
+ defined(__sun) || \
33
+ defined(_AIX) || \
34
+ defined(__MUSL__) || \
35
+ defined(__HAIKU__) || \
35
36
defined(__ANDROID__)
36
37
# define RCPP_DEMANGLER_ENABLED 0
37
38
# elif defined(__GNUC__) || defined(__clang__)
You can’t perform that action at this time.
0 commit comments