File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Inspired by **[EASTL](https://github.com/electronicarts/EASTL)** and **[MSVC STL
1818
1919## Requirements
2020
21- The [ header-only library] ( sort.hpp ) requires at least C++11.
22- The [ unit tests] ( sort_test.cpp ) use ** [ Catch2] ( https://github.com/catchorg/Catch2 ) ** .
23- The [ benchmarks] ( sort_benchmark.cpp ) require at least C++14 and use ** [ Google Benchmark] ( https://github.com/google/benchmark ) ** .
21+ The [ header-only library] ( include/sorting_algorithms/ sort.hpp) requires at least C++11.
22+ The [ unit tests] ( test/ sort_test.cpp) use ** [ Catch2] ( https://github.com/catchorg/Catch2 ) ** .
23+ The [ benchmarks] ( benchmark/ sort_benchmark.cpp) require at least C++14 and use ** [ Google Benchmark] ( https://github.com/google/benchmark ) ** .
2424
2525## How to Use
2626
You can’t perform that action at this time.
0 commit comments