3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

It uses C++20 BTW (#7429)

This commit is contained in:
Kirill A. Korinsky 2024-10-21 05:00:36 +02:00 committed by GitHub
parent a23a8cdfc5
commit 5cee19fa09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ cd build
nmake
```
Z3 uses C++17. The recommended version of Visual Studio is therefore VS2019.
Z3 uses C++20. The recommended version of Visual Studio is therefore VS2019.
## Building Z3 using make and GCC/Clang