$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: AlisdairM (alisdair.meredith_at_[hidden])
Date: 2006-02-07 18:46:56
AlisdairM wrote:
> I tried using const ref for U initially, but that gives ambiguity
> errors.
> This does not solve all problems, but seems a reasonable first step.
In fact, it solves most the problems apart from the array and string
cases, which I think are the familiar Borland pointer decay issues.
Did these ever work with a previous version of for_each? If so, how
did you solve pointer-decay issues then?
-- AlisdairM