Commit ad923c9
authored
[SYCL][ABI-Break] Make sycl::exception has_context noexcept (#6597)
According to the SYCL 2020 specification the has_context member in
sycl::exception must be noexcept. This commit adds noexcept to the
member function.
Signed-off-by: Larsen, Steffen <[email protected]>1 parent 213c82c commit ad923c9
File tree
3 files changed
+3
-3
lines changed- sycl
- include/sycl
- source
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments