Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle std function #112

Merged
merged 2 commits into from
Sep 10, 2017
Merged

handle std function #112

merged 2 commits into from
Sep 10, 2017

Conversation

esquires
Copy link
Contributor

@esquires esquires commented Sep 9, 2017

Prior to this pull request, the test case added with this pull request has a parsing error.

cppclean std_function.h
std_function.h: parsing error: (Token(u'>', 40, 41), [Token(u'std', 19, 22), Token(u'::', 22, 24), Token(u'function', 24, 32), Token(u'<', 32, 33)], [Token(u'T', 38, 39)])

in test.bash, stderr is additionally piped
because the test case would generate a parse
error which is written to stderr. The error
would go undetected without the redirection.
@myint myint merged commit 935aeef into myint:master Sep 10, 2017
@myint
Copy link
Owner

myint commented Sep 10, 2017

Thanks!

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.

None yet

2 participants