@@ -99,22 +99,23 @@ What String Theory is NOT
99
99
Platform Support
100
100
----------------
101
101
102
- string_theory supports a variety of platforms and compilers. As of July
103
- 2020, string_theory is tested and working on:
104
- - GCC 10 (Arch Linux x86_64 and ARMv7)
102
+ string_theory supports a variety of platforms and compilers. As of March
103
+ 2023, string_theory is tested and working on:
104
+ - GCC 12 (Arch Linux x86_64 and ARMv7)
105
+ - GCC 11 (Ubuntu 22.04 x86_64)
105
106
- GCC 9 (Ubuntu 20.04 x86_64)
106
107
- GCC 7 (Ubuntu 18.04 x86_64)
107
- - GCC 5 (Ubuntu 16.04 x86_64)
108
- - GCC 4.8 (Ubuntu 14.04 i686)
109
- - Clang 10 (Arch Linux x86_64 and ARMv7)
108
+ - Clang 15 (Arch Linux x86_64 and ARMv7)
109
+ - Clang 14 (Ubuntu 22.04 x86_64)
110
110
- Clang 10 (Ubuntu 20.04 x86_64)
111
111
- Clang 6 (Ubuntu 18.04 x86_64)
112
- - Clang 3.8 (Ubuntu 16.04 x86_64)
113
- - AppleClang 11.0 (macOS Catalina)
114
- - AppleClang 10.0 (macOS Catalina)
112
+ - AppleClang 14.0 (macOS Monterey)
113
+ - AppleClang 13.1 (macOS Monterey)
114
+ - AppleClang 12.0 (macOS Big Sur)
115
+ - MSVC 2022 (x64 and x86)
115
116
- MSVC 2019 (x64 and x86)
116
117
- MSVC 2017 (x64 and x86)
117
- - MinGW-w64 GCC 10 (x86_64 and i686)
118
+ - MinGW-w64 GCC 12 (x86_64 and i686)
118
119
- MinGW-w64 GCC 8 (x86_64)
119
120
120
121
As of string_theory 3.0, support for some older compilers has been dropped.
0 commit comments