File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
inst/include/Rcpp/platform Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 112013-09-13 Romain Francois <romain@r-enthusiasts.com>
22
3- * src/api.cpp : added "long long" to the capabilities function.
3+ * src/api.cpp : added "long long" to the capabilities function.
4+ * include/Rcpp/platform/compiler.h : demangling is definitely available
5+ on all mac versions using gcc. No point is testing for OSX version.
46
572013-09-12 Romain Francois <romain@r-enthusiasts.com>
68
Original file line number Diff line number Diff line change 174174#endif
175175
176176#ifdef __GNUC__
177- #ifdef __APPLE__
178- #include < Availability.h>
179- #ifndef __MAC_10_8
180- #define RCPP_HAS_DEMANGLING
181- #endif
182- #else
183- #define RCPP_HAS_DEMANGLING
184- #endif
177+ #define RCPP_HAS_DEMANGLING
185178#endif
186179
187180#ifdef __GNUC__
You can’t perform that action at this time.
0 commit comments