From b37d4e9e0a4ca3b91abcb8524682932e99f5318e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 19 Jun 2017 15:29:41 +1000 Subject: [PATCH] readme: note the supported compiler versions --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index aab59119..2bbdc495 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ A simple cross-platform C++ utility library. +Supported compilers: >=clang-4.x, >=gcc7.x; specifically, we require c++17 features such as structured bindings which aren't present in older compilers. No attempt has been made to compile under MSVC. + For the love of God, do not use the crypto routines. I am not a cryptographer or a security specialist. You have been warned.