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
std::_Locinfo and std::_Lockit are super annoying in vs2010/Lite/oo. I think one problem is that we use our guessDerived rule to merge them sometimes before we determine whether or not the called method or calling method are destructors (they are). So maybe we should force a decision on the destructor before we do a merge.
The text was updated successfully, but these errors were encountered:
This needs to be put on a separate branch and tested. It's on issue211_destructorstuff, but that branch also enables some fairly liberal destructor guessing that we probably do not want.
sei-eschwartz
changed the title
Idea: Delay guessDerived for unresolved possibleDestructors
Delay guessDerived for unresolved possibleDestructors
Jun 14, 2022
std::_Locinfo and std::_Lockit are super annoying in vs2010/Lite/oo. I think one problem is that we use our guessDerived rule to merge them sometimes before we determine whether or not the called method or calling method are destructors (they are). So maybe we should force a decision on the destructor before we do a merge.
The text was updated successfully, but these errors were encountered: