$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Mok (rmok_at_[hidden])
Date: 2004-09-15 16:28:54
I know this is kinda off topic.
I am trying to sort some objects which are expensive to copy. Does anyone know a sort
implementation that uses neither copier nor assignment? The STLport version I have is
using both. Worse, some routines are passing arguments as T instead of const T &. I did
search boost and google but I couldn't find what I want.
Thanks in advance.
Russell