mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
fix PR 169223, the parser did not recognize the class std::string
This commit is contained in:
parent
ce2fc57e4b
commit
386259928b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class GDBTypeParser {
|
|||
gdbType = null;
|
||||
}
|
||||
}
|
||||
return sb.toString();
|
||||
return sb.toString().trim();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue