You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Getting started
10
10
11
11
This is a header-only library. To use it, simply add all files under `include` to your include directories. The library uses C++17 features and assumes a C++17 compliant compiler. Compatibility with the following compilers is tested:
12
12
13
-
- GCC 9.4
14
-
- Clang 10.0
15
-
- MSVC vs2019
13
+
- GCC 14.2
14
+
- Clang 18.1
15
+
- MSVC vs2022
16
16
17
17
The library provides an array container that allows for N-dimensional indexing:
0 commit comments