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
classMyClassA
{
public:voidSameFunctionName() {}
};
classMyClassB
{
public:voidSameFunctionName(); // The Create Definition code action should be available here, works in 1.24.5 (regression starting with 1.25.3).
};
This was reported and fixed in the VS shared implementation.