Skip to content

Commit e0b6166

Browse files
committed
Add missing inline qualifier
1 parent f9713fa commit e0b6166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/exceptions_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace Rcpp {
4646

4747
// Extract mangled name e.g. ./test(baz+0x14)[0x400962]
4848
#if RCPP_DEMANGLER_ENABLED
49-
static std::string demangler_one(const char* input) { // #nocov start
49+
static inline std::string demangler_one(const char* input) { // #nocov start
5050

5151
static std::string buffer;
5252

0 commit comments

Comments
 (0)