We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc89f0 commit de18fc0Copy full SHA for de18fc0
README.md
@@ -21,9 +21,9 @@ Inspired by **[EASTL](https://github.com/electronicarts/EASTL)** and **[MSVC STL
21
22
## Requirements
23
24
-The [header-only library](include/sorting_algorithms/sort.hpp) requires at least C++11.
+All of the code requires at least C++11.
25
The [unit tests](test/sort_test.cpp) use **[Catch2](https://github.com/catchorg/Catch2)**.
26
-The [benchmarks](benchmark/sort_benchmark.cpp) require at least C++14 and use **[Google Benchmark](https://github.com/google/benchmark)**.
+The [benchmarks](benchmark/sort_benchmark.cpp) use **[Google Benchmark](https://github.com/google/benchmark)**.
27
28
## How to Use
29
0 commit comments