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

Replace a tab to spaces and fix implicit cast that is not allowed in Windows #1

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

hhorii
Copy link

@hhorii hhorii commented Aug 16, 2021

Summary

  • Replace a tab to spaces.
  • Fix implicit cast that is not allowed in Windows

Details and comments

I guess a reason of this error is that implicit cast from "std::vector<uint_t>" to "std::vector<size_t>" is not allowed in Windows.

@or1426 or1426 merged commit 87593e4 into or1426:main Dec 2, 2021
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 this pull request may close these issues.

2 participants