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

Remove static_cast of 0 to template type T in best_first_search #288

Merged
merged 1 commit into from
May 12, 2023

Conversation

sbaldu
Copy link
Collaborator

@sbaldu sbaldu commented May 12, 2023

Small fix in Graph::best_first_search function due to a cast that prevented the use of non native types as data types for the nodes (referenced in issue #284)

@github-actions github-actions bot added the core something about core label May 12, 2023
@ghost
Copy link

ghost commented May 12, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@ZigRazor ZigRazor added the bug Something isn't working label May 12, 2023
@ZigRazor ZigRazor self-requested a review May 12, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core something about core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants