readme.txt update requirements to C++17 #506

This commit is contained in:
Bernd Amend 2021-05-24 21:29:55 +02:00
parent a1a78e9cf1
commit efeb244cd9

View File

@ -43,8 +43,8 @@ languages:
Requirements Requirements
============ ============
ChaiScript requires a C++14 compiler to build with support for variadic ChaiScript requires a C++17 compiler to build with support for variadic
templates. It has been tested with gcc 4.9 and clang 3.6 (with libcxx). templates. It has been tested with gcc 7 and clang 6 (with libcxx).
For more information see the build For more information see the build
[dashboard](http://chaiscript.com/ChaiScript-BuildResults/index.html). [dashboard](http://chaiscript.com/ChaiScript-BuildResults/index.html).