2
0
mirror of https://github.com/boostorg/sort.git synced 2026-01-19 04:42:11 +00:00

Mention include requirements

This commit is contained in:
spreadsort
2023-01-29 20:47:00 -05:00
parent 641c2f02b5
commit 6df06af708

View File

@@ -14,7 +14,8 @@ The goal of the Boost Sort Library is provide to the users, the most modern, fas
This library provides stable and unstable sorting algorithms, in single threaded and parallel versions.
These algorithms do not use any other library or utility. The parallel algorithms need a C++11 compliant compiler.
These algorithms do not use any other library or utility, you only need to include boost/sort/sort.hpp
or one of the more specific headers. The parallel algorithms need a C++11 compliant compiler.
[h4[_Single Thread Algorithms]]