diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-10-02 16:38:31 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-10-20 19:18:08 +0900 |
commit | a0de0e5621b75c8790012275af851a85ad601dfc (patch) | |
tree | 615fe85d2692be1570e8b2fe44d948ca664b1dde /README.md | |
parent | 3e153666542e903da420e405ca9f2f210b49475f (diff) | |
download | libquotient-a0de0e5621b75c8790012275af851a85ad601dfc.tar.gz libquotient-a0de0e5621b75c8790012275af851a85ad601dfc.zip |
Update documentation regarding C++17 support level
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ and bundle it with your application. - CMake 3.10 or newer (from your package management system or [the official website](https://cmake.org/download/)) - or qmake (comes with Qt) -- A C++ toolchain with C++17 support: +- A C++ toolchain with _reasonably complete_ C++17 support: - GCC 7 (Windows, Linux, macOS), Clang 6 (Linux), Apple Clang 10 (macOS) and Visual Studio 2017 (Windows) are the oldest officially supported. - Any build system that works with CMake and/or qmake should be fine: |