Revert "[Typed throws] Support overrides that are contravariant in the thrown error"

This commit is contained in:
Doug Gregor
2023-11-16 10:40:23 -08:00
committed by GitHub
parent 7680332b93
commit 3baf6ac31a
23 changed files with 54 additions and 329 deletions

View File

@@ -544,7 +544,7 @@ public:
return bits == other.bits &&
(useClangTypes ? (clangTypeInfo == other.clangTypeInfo) : true) &&
globalActor.getPointer() == other.globalActor.getPointer() &&
thrownError.getPointer() == other.thrownError.getPointer();
thrownError.getPointer() == thrownError.getPointer();
}
constexpr std::tuple<unsigned, const void *, const void *, const void *>