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
if (beforeNonWord && afterNonWord) returntrue; // if nameArg=='A' then subst=='A::Z' or 'S<A>' or 'Z::A' should return true, but 'AA::ZZ' or 'BAH' should not match
4729
+
if (beforeNonWord && afterNonWord)
4730
+
{
4731
+
returntrue; // if nameArg=='A' then subst=='A::Z' or 'S<A>' or 'Z::A' should return true, but 'AA::ZZ' or 'BAH' should not match
4732
+
}
4723
4733
pp=ii+static_cast<int>(nameArg.length());
4724
4734
}
4725
4735
returnfalse;
4726
4736
};
4727
4737
// replace formal argument with the actual argument of the instance
0 commit comments