From f4f4ece8096bbe0be081250d2ae6e2a617c97d5f Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Fri, 23 Aug 2019 08:15:28 +1000 Subject: [PATCH] Improve README about supported compilers --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93dcf3b..2e18a5e 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,17 @@ This is a header only library. # Requirements -The only build requirement is a C++ compiler that supports C++11 regular -expressions. For example GCC >= 4.9 or clang with libc++. +The only build requirement is a C++ compiler that supports C++11 features such as: + +* 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 -- libgit2 0.21.4