Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RunTimeTyped : IECore::assertedStaticCast allow null source pointer #1335

Open
wants to merge 1 commit into
base: RB-10.4
Choose a base branch
from

Conversation

proberts-cinesite
Copy link
Contributor

Use approach taken by boost polymorphic_downcast and compare source pointer to casted pointer, this has added benefit of not compiling if Target type cannot be converted to Source type so should detect programming errors at compile time.

Checklist

  • I have read the contribution guidelines.
  • I have updated the documentation, if applicable.
  • I have tested my change(s) in the test suite, and added new test cases where necessary.
  • My code follows the Cortex project's prevailing coding style and conventions.

* use approach taken by boost polymorphic_downcast and compare source
  pointer to casted pointer, this has added benefit of not compiling
  if Target type cannot be converted to Source type so should detect
  programming errors at compile time.
@proberts-cinesite proberts-cinesite force-pushed the AssertedStaticCastAllowNullSourcePointer branch from f978fa1 to a1a03d6 Compare February 16, 2023 19:32
@proberts-cinesite proberts-cinesite changed the base branch from main to RB-10.4 February 16, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant