$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-10-20 08:57:23
Thorsten Ottosen wrote:
> I and why is it an error? What about this error:
>
> trim( s ); // bug: s is not changed
>
> ?
<shrug>
std::sin(x); // bug: x is not changed
FWIW, I much prefer the functional style in this case.