-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Is is intended behavior to have min max defined? #832
Comments
Related: jrmadsen/PTL#32 |
Although not in included directly, |
14 tasks
So, closed. Please reopen if the issue remains. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Including tbb.h and global_control.h will pull in
min
max
preprocessors from windows headers. This will occludestd::min
andstd::max
usage in later code, and needs#undef
. Is the preprocessors intended behavior? (Some downstream libraries breaks compilation on windows because of this.)The text was updated successfully, but these errors were encountered: