-
- Downloads
There was an error fetching the commit references. Please try again later.
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").
Showing
- src/TNL/Containers/List.h 4 additions, 0 deletionssrc/TNL/Containers/List.h
- src/TNL/Containers/List_impl.h 17 additions, 0 deletionssrc/TNL/Containers/List_impl.h
- src/TNL/Object.cpp 3 additions, 4 deletionssrc/TNL/Object.cpp
- src/TNL/String.cpp 17 additions, 0 deletionssrc/TNL/String.cpp
- src/TNL/String.h 2 additions, 0 deletionssrc/TNL/String.h
- src/UnitTests/ObjectTest.cpp 72 additions, 0 deletionssrc/UnitTests/ObjectTest.cpp
- src/UnitTests/StringTest.cpp 11 additions, 0 deletionssrc/UnitTests/StringTest.cpp
Loading
Please register or sign in to comment