From efeb244cd92169c04ca19c7ca91dc52d52763593 Mon Sep 17 00:00:00 2001 From: Bernd Amend Date: Mon, 24 May 2021 21:29:55 +0200 Subject: [PATCH] readme.txt update requirements to C++17 #506 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b7edf6bd..a88c127b 100644 --- a/readme.md +++ b/readme.md @@ -43,8 +43,8 @@ languages: Requirements ============ -ChaiScript requires a C++14 compiler to build with support for variadic -templates. It has been tested with gcc 4.9 and clang 3.6 (with libcxx). +ChaiScript requires a C++17 compiler to build with support for variadic +templates. It has been tested with gcc 7 and clang 6 (with libcxx). For more information see the build [dashboard](http://chaiscript.com/ChaiScript-BuildResults/index.html).