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
Always canonicalize on the ID. This is simple,
fast, and always correct. We do it always, when
the corpus is built.
fixcppalliance#31, fixcppalliance#36
FunctionInfo
needs a total ordering with respect to otherFunctionInfo
in the same scope:first, on case-insensitive unqualified name
second, on the formal parameter list
third on the template parameter list
For relevant scopes we might need to insert the access specifier somewhere in there.
The text was updated successfully, but these errors were encountered: