Commit ee59723
[SYCL] Avoid MSVC's max macro in allocator_traits (#6565)
Compiling aligned_allocator.hpp with MSVC causes a problem as max is
defined as a macro. This commit works around this issue.
Signed-off-by: Larsen, Steffen <[email protected]>
Co-authored-by: aelovikov-intel <[email protected]>1 parent 0365594 commit ee59723
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments