Skip to content

Commit de18fc0

Browse files
committed
Update requirements
1 parent 6dc89f0 commit de18fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Inspired by **[EASTL](https://github.com/electronicarts/EASTL)** and **[MSVC STL
2121

2222
## Requirements
2323

24-
The [header-only library](include/sorting_algorithms/sort.hpp) requires at least C++11.
24+
All of the code requires at least C++11.
2525
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)**.
26+
The [benchmarks](benchmark/sort_benchmark.cpp) use **[Google Benchmark](https://github.com/google/benchmark)**.
2727

2828
## How to Use
2929

0 commit comments

Comments
 (0)