Skip to content

Commit f9713fa

Browse files
committed
Make sure RCPP_DEMANGLER_ENABLED is always defined
1 parent 5edf9fd commit f9713fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inst/include/Rcpp/exceptions_impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
# elif defined(__GNUC__) || defined(__clang__)
3838
# include <execinfo.h>
3939
# define RCPP_DEMANGLER_ENABLED 1
40+
# else
41+
# define RCPP_DEMANGLER_ENABLED 0
4042
# endif
4143
#endif
4244

0 commit comments

Comments
 (0)