Skip to content

Commit e5e2f80

Browse files
authored
Update README.md
1 parent 59874ec commit e5e2f80

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ that experience. So I spent a few weeks creating my own HTTP Client library
7575
using boost::asio with JSON serialization/deserialization.
7676

7777
# Dependencies
78-
Restc-cpp depends on C++14 with its standard libraries and:
78+
Restc-cpp depends on C++14 (or newer) with its standard libraries and:
7979
- boost
8080
- rapidjson (CMake will download and install rapidjson for the project)
8181
- gtest (CMake will download and install gtest for the project if it is not installed)
@@ -253,6 +253,21 @@ Please refer to the [tutorial](doc/Tutorial.md) for more examples.
253253
# Current Status
254254
The project has been in public BETA since April 11th 2017.
255255

256+
# Supported compilers
257+
These are the compilers that are being tested before anything is merged to the master branch.
258+
259+
- g++ from 8 to 14
260+
- clang (current)
261+
- msvc (current)
262+
- Apple clang (current)
263+
264+
# Supported C++ standards
265+
These are the C++ versions that are are being tested before anything is merged to the master branch.
266+
267+
- C++14
268+
- C++17
269+
- C++20
270+
256271
# Supported operating systems
257272
These are the operating systems where my Continues Integration (Jenkins) servers currently compiles the project and run all the tests:
258273

0 commit comments

Comments
 (0)