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

Use modern C++ casts instead of current C-style casting approaches #250

Open
bmourit opened this issue Apr 3, 2025 · 0 comments
Open

Use modern C++ casts instead of current C-style casting approaches #250

bmourit opened this issue Apr 3, 2025 · 0 comments

Comments

@bmourit
Copy link

bmourit commented Apr 3, 2025

Description

Update various API implementations that use c-style pointer casting and other c-style approaches to use modern C++ casts.

Is this a breaking change?

The function signatures would remain unchanged
The behavior of the functions would be identical
User code that calls these functions wouldn't need any modifications

Additional information

Modernizes the code base. Compilers will optimize these the same, but coding standards favor using C++ cast in C++ code.

@per1234 per1234 changed the title Modernize some C++ code Use modern C++ casts instead of current C-style casting approaches Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant