c++17 support starts from gcc8 (#260)

Co-authored-by: Alex Smith <alx.kuzza@gmail.com>
This commit is contained in:
alex-kuzza-aaa
2023-02-07 10:59:02 -08:00
committed by GitHub
parent 1709ee170e
commit 8e22d8e668
+1 -1
View File
@@ -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)