-
Notifications
You must be signed in to change notification settings - Fork 22
Commit 81e3174
committed
specify the std abort function in C++ driver
This fixes a compile error in the C++ driver that occurs if the problem
function has any parameter named `exit', like problem #1965.1 parent fbbdcc3 commit 81e3174
1 file changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | - | ||
141 | + | ||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | - | ||
145 | + | ||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 | - | ||
178 | + | ||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
|
0 commit comments