Skip to content
Snippets Groups Projects
Commit a6719f47 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed bug in parseObjectType function and added tests

The original algorithm used space as one of the separators between types
in template parameter lists, so as a result "A< short int >" was parsed
into a list of ("A", "short", "int").
parent 929cf233
No related branches found
No related tags found
No related merge requests found
Loading
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