We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9713fa commit e0b6166Copy full SHA for e0b6166
inst/include/Rcpp/exceptions_impl.h
@@ -46,7 +46,7 @@ namespace Rcpp {
46
47
// Extract mangled name e.g. ./test(baz+0x14)[0x400962]
48
#if RCPP_DEMANGLER_ENABLED
49
- static std::string demangler_one(const char* input) { // #nocov start
+ static inline std::string demangler_one(const char* input) { // #nocov start
50
51
static std::string buffer;
52
0 commit comments