-
Notifications
You must be signed in to change notification settings - Fork 140
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
Change C style numeric cast to static_cast #128
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have some comments
…(val)' Signed-off-by: Michael Franceski <[email protected]>
Signed-off-by: Michael Franceski <[email protected]>
Hi @mfrandev |
Hi @678098, My apologies this hasn't been resolved yet, I've had some issues using vpckg along with a busy week. I have performed formatting changes and updated my branch. |
Signed-off-by: Michael Franceski <[email protected]>
I realized that I had forgotten to sign off on last commit, so I have amended it accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@mfrandev thank you for your contribution! |
Issue number of the reported bug or feature request: #126
Describe your changes
(double)val
, orint(42)
, tostatic_cast<T>(val)
Testing performed
Currently experiencing vcpkg issues, but these changes are safe in nature.