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

-Wconversion warning in transitive_closure.hpp #293

Closed
provtemp opened this issue Apr 30, 2022 · 1 comment · Fixed by #302
Closed

-Wconversion warning in transitive_closure.hpp #293

provtemp opened this issue Apr 30, 2022 · 1 comment · Fixed by #302

Comments

@provtemp
Copy link

strong_components might return something larger than an int can hold. This should probably use the corresponding trait (vertices_size_type?) instead.

@jeremy-murphy
Copy link
Contributor

Sounds likely. Can you submit a patch?

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