Skip to content
Snippets Groups Projects
Commit 876ab8a7 authored by Charles Leggett's avatar Charles Leggett
Browse files

Update regex in PluginService

See merge request !504
parents 85fae37f 0c9c5998
No related branches found
No related tags found
1 merge request!504Update regex in PluginService
Pipeline #
......@@ -137,7 +137,7 @@ namespace Gaudi
#if _GLIBCXX_USE_CXX11_ABI
return std::regex_replace(
realname.get(),
std::regex{"std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > ?"},
std::regex{"std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >( (?=>))?"},
"std::string" );
#else
return std::string{realname.get()};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment