diff --git a/feed/history/boost_1_58_0.qbk b/feed/history/boost_1_58_0.qbk index a4ba3206..8ae03377 100644 --- a/feed/history/boost_1_58_0.qbk +++ b/feed/history/boost_1_58_0.qbk @@ -26,6 +26,9 @@ * [phrase library..[@/libs/corotuine2/ Coroutine2]:] * C++14-only implementation of coroutines +* [phrase library..[@/libs/sort/ Sort]:] + * includes spreadsort, a general-case hybrid radix sort that is faster than O(n*log(n)) + * /TODO/ [endsect]