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

C++ template for return value leads to failure to insert anything #26

Closed
rmatpd opened this issue Jul 19, 2019 · 1 comment
Closed

C++ template for return value leads to failure to insert anything #26

rmatpd opened this issue Jul 19, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rmatpd
Copy link

rmatpd commented Jul 19, 2019

Hello again, another c++ request:

For a line such as:

std::vector<std::string> someFunction();

My mapping does not trigger anything to be inserted. I know my mapping is working because another one such as:

std::string someOtherFunction();

Works great!

/**
 * TODO
 * @return TODO
 */

Thank you again.

@rmatpd rmatpd added the bug Something isn't working label Jul 19, 2019
@kkoomen kkoomen self-assigned this Jul 19, 2019
@kkoomen
Copy link
Owner

kkoomen commented Jul 20, 2019

One small note for your PR: Make sure to use backticks ` for code anything in GitHub. Second time I corrected your PR for this.

This issue has been fixed in v1.5.2.

The problem
I'm strictly allowing a certain type of characters within the regex and the part inside the angle brackets <...> did not allow the colon :. This might occur more often. Just keep repeating making issues since it's an easy fix.

Feel free to submit any new issues if you experience any unwanted behavior in the future. Thanks for your contribution.

@kkoomen kkoomen closed this as completed Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants