Commit 2ed8a14
authored
[SYCL] variadic_iterator noexcept (#19706)
variadic_iterator was recently introduced and is used by several
routines that are marked as noexcept, some being API. Changing its
operator++ to be noexcept to prevent issues and put Coverity's mind at
ease
---------
Signed-off-by: Chris Perkins <[email protected]>1 parent 8000760 commit 2ed8a14
1 file changed
+5
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 62 | + | |
| 63 | + | |
69 | 64 | | |
70 | 65 | | |
71 | | - | |
| 66 | + | |
72 | 67 | | |
73 | 68 | | |
74 | | - | |
| 69 | + | |
75 | 70 | | |
76 | 71 | | |
77 | 72 | | |
78 | | - | |
| 73 | + | |
79 | 74 | | |
80 | 75 | | |
81 | 76 | | |
| |||
0 commit comments