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

Bug: No references to constructors (usages) when object constructed by using STL. #41

Open
PiotrZSL opened this issue May 16, 2016 · 1 comment
Assignees
Labels

Comments

@PiotrZSL
Copy link

Or project use lot of std::make_shared, std::make_unique, boost::make_shared, boost::make_*.
In that case after moving mouse above constructor, it shows 0 usages.

@ogoffart
Copy link
Contributor

Thanks for the bug report.

The problem is that the constructor is called from the instentiation if the template.
I unfortunately do not take care of template instentiations. Something that is quite difficult do do with the current desing, especially because the instentiation of the template can be made from another file.

I should find a way to highlight template instentiation and find uses from them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants