We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be the below...
unsigned min_len = std::min<unsigned>(this_len, other_len);
The text was updated successfully, but these errors were encountered:
std::min<unsigned>, for VS2015
11836ae
fixes #565
Merge pull request #566 from open-source-parsers/update
8106574
std::min<unsigned>, for VS2015 fixes #565
Successfully merging a pull request may close this issue.
It should be the below...
The text was updated successfully, but these errors were encountered: