$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2000-01-13 02:52:22
> Is this not precisely the context with swap I was talking about earlier?
>
> Algorithm calls:
>
> void swap(T& x, T& y);
>
> with a statement like:
>
> swap(*i, *j);
Wasn't this the motivation for iter_swap? But for some reason it was
insufficient?
-- Darin