| Argx Version | Minimum C++ Standard | GCC | Clang | MSVC |
|---|---|---|---|---|
| 1.2.y-build | C++14 | GCC 5.1+ | Clang 3.4+ | MSVC 14.0+ (/std:c++11 or later) |
| 1.1.y-build | C++11 | GCC 4.8+ | Clang 3.3+ | MSVC 11.0+ (/std:c++11 or later) |
| 1.0.y-build | C++11 | GCC 4.8+ | Clang 3.3+ | MSVC 11.0+ (/std:c++11 or later) |
NOTE: For version 1.2.y-build
- Minimum standard required to compile as for latest version: C++14 (GCC 5.1+, Clang 3.4+ and MSVC 14.0+)
- The minimum required version for Argx 1.2.y-build is C++ for GCC 5.1+, Clang 3.4+ and MSVC 14.0+
This library has been tested in Arch Linux, please open an issue if you encounter a problem with other Operating Systems Tested with Clang 20 If you encounter any other issues with other compilers, open an issue in github
- For more information, please check the documentation at https://pcannon09.github.io/docs/pages/libs/argx/html/index.html