Skip to content

Support polymorphic catch #6

@kammce

Description

@kammce

Currently we only catch by exact type. But we cannot catch by parent class. We can leverage GCC's __do_downcast() or roll our own. For simplicity we should see if we can call that API using the extern keyword. That way we can prove it works.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions