Hi
If I have code like this:
#include <vector>
using namespace std;
struct S1 {};
int main()
{
S1 s1;
vector<S1> v;
v.emplace_back();
}
and I search where S1 instance is created/constructed, it would be great if C++11 emplace... functions will be also shown, because they do construct instances of corresponding classes.
Currently I don't see emplace_back in the Find References Results window (I tried to attach what I see)
Visual Assist info: VA_X.dll file version 10.9.2223.0 built 2017.06.22