Skip to content

fix std::function match for std::function<Ref *()>#131

Open
litefeel wants to merge 1 commit intococos2d:developfrom
litefeel:stdfunction
Open

fix std::function match for std::function<Ref *()>#131
litefeel wants to merge 1 commit intococos2d:developfrom
litefeel:stdfunction

Conversation

@litefeel
Copy link
Copy Markdown

old regex: function<(.+) .*\((.*)\)>
now regex: function<(.+) *\((.*)\)>

input string is function<Ref *(void)>
result about first group:
old: Ref
now: Ref *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant