$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jeremy siek (jsiek_at_[hidden])
Date: 2000-09-27 12:27:30
David Abrahams writes:
> Still, it wouldn't hurt to retain the other interface for efficiency, would
> it?
The iterator version would be much more efficient in the directed
case, but only slightly more efficient for bidirectional and
undirected. Do you think it is worth it?
Cheers,
Jeremy