parent
cb60381e84
commit
f4f4ece809
13
README.md
13
README.md
@ -140,8 +140,17 @@ This is a header only library.
|
|||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
The only build requirement is a C++ compiler that supports C++11 regular
|
The only build requirement is a C++ compiler that supports C++11 features such as:
|
||||||
expressions. For example GCC >= 4.9 or clang with libc++.
|
|
||||||
|
* regex
|
||||||
|
* constexpr
|
||||||
|
* default constructors
|
||||||
|
|
||||||
|
GCC >= 4.9 or clang >= 3.1 with libc++ are known to work.
|
||||||
|
|
||||||
|
The following compilers are known not to work:
|
||||||
|
|
||||||
|
* MSVC 13
|
||||||
|
|
||||||
# TODO list
|
# TODO list
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user