$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sam Schetterer (samthecppman_at_[hidden])
Date: 2007-03-17 21:23:46
For those of you who downloaded the recent radix sort, where I ask why msvc
gives 31 errors on radixsort in one spot, never mind that. I made a dumb
mistake and forgot to make the variable temp an iterator instead of a raw
pointer. Sorry.