Login Page - Create Account

Support Board


Date/Time: Wed, 12 Feb 2025 22:36:37 +0000



Post From: min() max() question

[2020-11-13 01:53:40]
mkata - Posts: 103
This is just a note to myself:
The reason why this happened is because I had the "math.h" header file before "sierrachart.h".
If you put math.h after "sierrachart.h" then it will use max() and not std::max.
But it turns out I didn't need math.h at all because it is already included in "sierrachart.h".