From 8e22d8e668606610e9d145389fc22a8d122e6537 Mon Sep 17 00:00:00 2001 From: alex-kuzza-aaa <45471278+alex-kuzza-aaa@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:59:02 -0800 Subject: [PATCH] c++17 support starts from gcc8 (#260) Co-authored-by: Alex Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c66193..809d838 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ Inja uses exceptions to handle ill-formed template input. However, exceptions ca Inja uses the `string_view` feature of the C++17 STL. Currently, the following compilers are tested: -- GCC 7 - 11 (and possibly later) +- GCC 8 - 11 (and possibly later) - Clang 5 - 12 (and possibly later) - Microsoft Visual C++ 2017 15.0 - 2022 (and possibly later)