mirror of
https://github.com/pantor/inja.git
synced 2026-05-18 18:25:23 +00:00
c++17 support starts from gcc8 (#260)
Co-authored-by: Alex Smith <alx.kuzza@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user