Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commite25ad06
committed
Bump required C++ standard to c++17
According to SciPy's Toolchain Roadmap [1], C++17 core features becameavailable in 2022. This was concluded based on minimum compiler versionsin `manylinux2014` images, AIX systems, FreeBSD systems, and Windows.Note, some standard library features are not universally supported.This commit does not move much code to C++17, just a couple of minorimprovements that I could easily change.[1]https://docs.scipy.org/doc/scipy/dev/toolchain.html#c-language-standards1 parentd9b3449 commite25ad06
File tree
3 files changed
+33
-27
lines changed- doc/api/next_api_changes/development
- src
3 files changed
+33
-27
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 25 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
15 | 14 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
21 | 20 |
| |
22 |
| - | |
23 |
| - | |
| 21 | + | |
| 22 | + | |
24 | 23 |
| |
25 |
| - | |
26 |
| - | |
| 24 | + | |
| 25 | + | |
27 | 26 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
31 | 30 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 31 | + | |
| 32 | + | |
35 | 33 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
39 | 37 |
| |
40 |
| - | |
41 |
| - | |
| 38 | + | |
| 39 | + | |
42 | 40 |
| |
43 |
| - | |
44 |
| - | |
| 41 | + | |
| 42 | + | |
45 | 43 |
| |
46 |
| - | |
47 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
|
0 commit comments
Comments
(0)