| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
E.g. for `(*pool)` foreach generates `for(auto element: (*pool)){}`. Now it generate `for(auto element: *pool){}`
|
|
|
|
|
|
char* to uchar*)
|
|
|
|
Generate modern `switch` for C++20 sources
|
|
|
|
|
|
|
|
|
|
|
|
- fix crash when iterator type is templated argument
- fix detection pointer type of iterators
|
|
|