2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix syntax error that was causing quickbook to crash.

[SVN r49989]
This commit is contained in:
Rene Rivera
2008-11-28 15:37:00 +00:00
parent fec8d64054
commit 5f632a2abe

View File

@@ -123,7 +123,7 @@ improvements. And because of the efforts of Jurko the code is considerably more
]
[li Implemented a patch contributed by Igor Nazarenko reimplementing the list_sort()
function to use a C qsort() function instead of a hand-crafted merge-sort algorithm.
Makes some list sortings (e.g. 1,2,1,2,1,2,1,2,...) extremely faster, in turn
Makes some list sortings (e.g. 1,2,1,2,1,2,1,2, \.\.\.) extremely faster, in turn
significantly speeding up some project builds.
-- ['Jurko G.]
]