$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 2000-03-16 10:55:16
Jeffrey D. Paquette wrote:
> I'll admit to being dense here.. could you explain the member template
> technique further, or provide a reference that I could read? How does this
> help?
Read any good book about the STL. Learn generic programming.
(Actually, I am sure that you already know generic programming.)
Instead of forcing the user to use vector iterators, let him
use any kind of iterator.
-- Valentin Bonnard