You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: