Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't fail on a TYPE with empty parens inside PARAM_LIST
Code like "std::function<void ()>" fails because the empty parens were not expected, so add this case to the regex. Fixes StarlitGhost#10 Fixes StarlitGhost#5
- Loading branch information