$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Formal Review: Boost.RangeEx
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-02-27 12:25:37
Neil Groves wrote:
> It seems that the '|' syntax is not much loved despite my deep affection for
> it. I am becoming inclined to concentrate more on the function syntax and
> just using the 'ed' convention.
I personally love it.
I've written fairly complex chained adaptor expressions, with embedded
lambdas using Boost.Phoenix. With a prefix syntax as with functions, it
would have been unreadable.