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

Add missing explicit type casts #58

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mborn-adi
Copy link

Currently, the "coordinate_type" must be implicitly convertible to the "high_precision_type" type, because some explicit type casts are missing. With this change, that's no longer the case.
This is very valuable for a custom "coordinate_type".

Added missing explicit type casts to high precision type. This way, no implicit conversion between "coordinate_type" and "high_precision_type" is needed.
@mborn-adi mborn-adi changed the title Added missing explicit type casts Add missing explicit type casts Mar 1, 2021
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