Clarify used C++-standard for compilation. (#3793)

* Clarify used C++-standard for compilation.

* More than a conforming compiler may be necessary to compile the library. Just refer to the list of known "good" platforms below.
This commit is contained in:
std-any-emplace 2020-01-26 18:50:17 +01:00 committed by Simon Giesecke
parent ebc9314339
commit fbf85448c3

View File

@ -15,6 +15,10 @@ protocols and more.
## Supported platforms <a name="#platforms"/>
Libzmq is mainly written in C++98 with some optional C++11-fragments. For
configuration either autotools or CMake is employed. See below for some lists
of platforms, where libzmq has been successfully compiled on.
### Supported platforms with primary CI
OS and version | Architecture | Compiler and version | Build system | Remarks