Structural equivalence of methods can falsely report false when the exception specifier is unresolved (i.e unevaluated or not instantiated).
(This caused one assertion during bitcoin ctu-analysis.)
Looks good!
This looks to be true - a call adjustExceptionSpec() on the imported decl and its redeclarations can be required. Thank you for noticing this!
equivalence
This looks to be true - a call adjustExceptionSpec() on the imported decl and its redeclarations can be required. Thank you for noticing this!