Support Board
Date/Time: Sun, 02 Nov 2025 22:35:23 +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". |
