Skip to content

Commit f92db7f

Browse files
committed
add docs
1 parent 40ede7e commit f92db7f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,17 @@ template <int Capacity> inplace_vector<int, Capacity> fibonacci_to(int num) {
7474
7575
Building this repository requires **C++20** or later.
7676
77+
We aim to bring the compiler requirement down to C++17
78+
when constexpr is fully supported and tested.
79+
7780
### Dependencies
7881
79-
TODO: tested platforms.
82+
Current implementation is tested against both GNU gcc and LLVM clang compilers.
83+
More specifically, gcc version 12 to 14, and clang version 17 to 20.
84+
Versions outside of this range will likely work as well,
85+
they are just not tested in our current infrastructure.
86+
We are working on expanding this range of compiler support,
87+
and aim to bring `inplace_vector` to MSVC soon!
8088
8189
### Instructions
8290

0 commit comments

Comments
 (0)