Skip to content

Commit d9ad77c

Browse files
committed
Bump minimum compiler version.
1 parent 345cb7e commit d9ad77c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
compiler:
54-
- g++-7
55-
- g++-8
5654
- clang++-7
5755
- clang++-8
5856
- clang++-9

doc/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A few short indications on how to use this library:
44

5-
* Requires Clang 5 or GCC 7 (or later) with `-std=c++17`, or Visual Studio 2017, or other compilers with sufficient C++17 support.
5+
* Requires Clang 7 or GCC 9 (or later) with `-std=c++17`, or Visual Studio 2019, or other compilers with sufficient C++17 support.
66
* The library is header-only, to install and use simply copy the directory [`include/tao`](include/tao) to a convenient place and include the file [`include/tao/json.hpp`](include/tao/json.hpp).
77
* The generic JSON value class is in [`include/tao/json/value.hpp`](include/tao/json/value.hpp).
88
* To parse a JSON string representation to a JSON Value, use one of the functions in [`include/tao/json/from_string.hpp`](include/tao/json/from_string.hpp) or [`include/tao/json/from_file.hpp`](include/tao/json/from_file.hpp).

0 commit comments

Comments
 (0)