mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Upgrade and describe supported toolchains
This commit is contained in:
parent
c851668339
commit
ea2f16d264
@ -4,6 +4,13 @@ matrix:
|
|||||||
dist: bionic
|
dist: bionic
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-8
|
||||||
|
env: CXX=g++-8 CC=gcc-8
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.2
|
||||||
language: cpp
|
language: cpp
|
||||||
|
11
README.md
11
README.md
@ -587,10 +587,13 @@ $ ./main fex
|
|||||||
baz
|
baz
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported Compilers
|
## Supported Toolchains
|
||||||
* GCC >= 7.0.0
|
|
||||||
* Clang >= 4.0
|
| Compiler | Standard Library | Test Environment |
|
||||||
* MSVC >= 2017
|
| :------------------- | :--------------- | :----------------- |
|
||||||
|
| GCC >= 8.3.0 | libstdc++ | Ubuntu 18.04 |
|
||||||
|
| Clang >= 7.0.0 | libc++ | Xcode 10.2 |
|
||||||
|
| MSVC >= 14.16 | Microsoft STL | Visual Studio 2017 |
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.
|
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.
|
||||||
|
@ -30,6 +30,7 @@ SOFTWARE.
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <any>
|
#include <any>
|
||||||
|
#include <charconv>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
Reference in New Issue
Block a user