-
Notifications
You must be signed in to change notification settings - Fork 256
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
Fix std::min conflict with min/max definitions from windows.h #109
Conversation
What about |
Seems that specifying a type also works well. Both methods are acceptable. |
I agree about a type change. But in this case the type is Another option woud be |
I've thought about decltype. |
Hi, my two cents: I guess |
Yes, you're right. I copied Looking through the rest of the file, there is an opportunity for someone to convert many |
Ok, but replacing size_t to std::size_t is not purpose of this PR. |
Thanks |
No description provided.