Commit 0833444
authored
Update required C++ standard to C++20 for Social SDK 1.9 (#8365)
* Update required C++ standard to C++20 for Social SDK 1.9
The Standalone C++ getting-started guide stated C++17 as the minimum,
but as of SDK 1.9 the default target is C++20 on all platforms except
PlayStation 4 / PS5 with SDK older than 13.000, which still uses C++17.
Updates the prereq bullet, the CMakeLists.txt starter snippet, and adds
an Info callout flagging the PS exception.
* Add Game Engine and Language section to Platform Compatibility
Documents minimum supported versions for Standalone C++ (C++20), Unity
(2021.3), and Unreal Engine (5.5), with callouts for the PS4/PS5 C++17
carve-out and the pre-1.9 C++17 minimum. Removes the duplicate PS
callout from the C++ getting-started guide now that it lives in the
shared Platform Compatibility page.1 parent ff40127 commit 0833444
2 files changed
Lines changed: 36 additions & 9 deletions
File tree
- developers/discord-social-sdk
- core-concepts
- getting-started
Lines changed: 29 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
12 | 37 | | |
13 | 38 | | |
14 | 39 | | |
| |||
62 | 87 | | |
63 | 88 | | |
64 | 89 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
972 | 972 | | |
973 | 973 | | |
974 | 974 | | |
975 | | - | |
976 | | - | |
977 | | - | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
978 | 979 | | |
979 | 980 | | |
980 | 981 | | |
| |||
984 | 985 | | |
985 | 986 | | |
986 | 987 | | |
987 | | - | |
| 988 | + | |
0 commit comments