Boost logo

Boost :

From: Lewis Hyatt (lhyatt_at_[hidden])
Date: 2007-03-27 11:25:45


> Yes. The files are all in /Sorting. I have redone the program on gcc so that
> there are no operating system dependencies, and also I have fixed all of the
> errors, and it is uploaded to vault. If you are running a low-memory
> machine, then you should consider modifying the maxn variable so that it is
> lower.

I couldn't compile it becase of the following errors:

-mkquicksort.hpp includes winsock2.h
-detail/insertion.hpp contains two illegal uses of typename keyword on
lines 133 and 165
-rquicksort.hpp uses non-standard function _ui64toa

I fixed the first 2, but you will need to re-write your create_id_string
function to use boost::lexical_cast or a std::ostringstream or something
portable.

-Lewis


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk