We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72a49f commit 4aa49d0Copy full SHA for 4aa49d0
readme.md
@@ -18,7 +18,8 @@ int main()
18
You can download the latest GCC compiler for windows here. https://bitbucket.org/ejsvifq_mabmip/mingw-gcc/src/master/
19
For Linux, you can watch this video to help you install the latest GCC easily. https://www.youtube.com/watch?v=qFToZjo2x24
20
- VS 19.26
21
-- Clang with libstdc++. No Clang with libc++ yet since libc++ has not supported concepts and ranges headers.
+- Clang 11 with libstdc++. No Clang with libc++ yet since libc++ has not supported concepts and ranges headers.
22
+- Todo: Intel C++ Compiler
23
24
## Platform Support
25
- Windows
0 commit comments