Commit 0299ac1
authored
[SYCL][NFC] Fix min/max conflict on Windows (#7768)
Fix conflict with min/max macro on Windows in a similar way as in the
#1339
This is needed to fix post-commit failure -
https://github.com/intel/llvm/actions/runs/3687931956/jobs/62421223591 parent 4c203bb commit 0299ac1
File tree
2 files changed
+4
-4
lines changed- sycl/include/sycl
- detail
- ext/oneapi/experimental
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments