$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Marcin (mike_at_[hidden])
Date: 2007-02-25 22:55:45
These operator overloads for connecting multiple signals seem too cutesy
and confusing. How often do these long chains of signals get connected
together? I would imagine at most a dozen such chains for a complex
application but maybe I'm wrong. Braddock brings up good points and I
find his imagePipeline function much easier to read (it will also almost
certainly be easier to debug and to mentally assure myself of correctness).
- Michael Marcin