mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fixed some bad spacing.
This commit is contained in:
parent
0088002abf
commit
a525760178
|
@ -47,7 +47,7 @@ std::string demangle(const std::type_info& id) {
|
|||
auto found = realname.find(replacements[r]);
|
||||
while (found != std::string::npos) {
|
||||
realname.replace(found, replacements[r].size(), replacements[r+1]);
|
||||
found = realname.find(replacements[r], found);
|
||||
found = realname.find(replacements[r], found);
|
||||
}
|
||||
}
|
||||
return realname;
|
||||
|
|
Loading…
Reference in New Issue
Block a user