Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
8cc5b8c9
Commit
8cc5b8c9
authored
May 21, 2019
by
Simon Spannagel
Browse files
demangle util: cut all 14 characters
parent
c4ab25c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/utils/type.h
View file @
8cc5b8c9
...
...
@@ -39,7 +39,7 @@ namespace corryvreckan {
// Remove corryvreckan tag if necessary
std
::
string
str
=
res
.
get
();
if
(
!
keep_corryvreckan
&&
str
.
find
(
"corryvreckan::"
)
==
0
)
{
return
str
.
substr
(
8
);
return
str
.
substr
(
14
);
}
return
str
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment