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

Missing comparison operators for RAII classes #1996

Closed
maxime-modulopi opened this issue Nov 15, 2024 · 1 comment · Fixed by #2001
Closed

Missing comparison operators for RAII classes #1996

maxime-modulopi opened this issue Nov 15, 2024 · 1 comment · Fixed by #2001

Comments

@maxime-modulopi
Copy link

Comparison operators are not present in the RAII classes.
Since the normal HPP classes have them, they should probably be added to their RAII counterparts too.

@asuessenbach
Copy link
Contributor

You're right, the comparison operators on the RAII classes are missing. Will add them asap.
In fact, due to the implicit cast operators to the underlying Vk-handles, the comparison operators on the vk-classes aren't needed at all! They will be removed.

Thanks a lot for the hint to the missing functions!

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 a pull request may close this issue.

2 participants