Commit 0ab87f5
committed
COMP: Guard Extent.hpp against Windows.h min/max macros
* Undef min and max at the top of Extent.hpp so MSVC's transitively
included Windows.h macros do not expand against the struct's member
names in the constructor initializer list
* Fixes cascading fmt/color.h namespace errors on v143 Windows builds
caused by MSVC losing its parse state after the Extent syntax error
* Re-sort includes in AbstractDataStore.hpp to satisfy clang-format
Signed-off-by: Joey Kleingers <joey.kleingers@bluequartz.net>1 parent 3a88bbf commit 0ab87f5
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments