this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try to workaround Ubuntu's broken libstdc++

+1 -1
+1 -1
src/libdyld/NativeObject.cpp
··· 146 146 147 147 if (std::regex_match(name, match, g_reObjcSymbol)) 148 148 { 149 - name = match.format("_$1$2"); 149 + match.format(std::back_inserter(name), std::string("_$1$2")); 150 150 } 151 151 else if (std::regex_match(name, match, g_reObjcEhSymbol)) 152 152 {