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

hash_map infinite recursive loop #1

Closed
Gpinchon opened this issue Jun 1, 2021 · 1 comment
Closed

hash_map infinite recursive loop #1

Gpinchon opened this issue Jun 1, 2021 · 1 comment

Comments

@Gpinchon
Copy link

Gpinchon commented Jun 1, 2021

operator != calls operator !=, thuse resulting in an infinite recursive loop, maybe you meant return !(*this == b)

return *this != b;

@intelligide
Copy link
Contributor

I have fixed the bug for quite some time but I had not done a release. The fix is available in 1.3.1.

I'll try to find some time to write some tests and consolidate the code.

@Gpinchon Gpinchon closed this as completed Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants