$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Case study: Boost.Local versus Boost.Phoenix
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-02-04 13:44:26
On 04/02/2011 19:33, Hartmut Kaiser wrote:
> FWIW, I prefer using lambda/phoenix for simple expressions and I tend to
> write phoenix functions for more complex things. Working with lazy PFO's has
> the general advantage to allow for easy function composition, which is a
> major advantage over plain adhoc 'local functions' as defined by your
> library.
The local function in question is a PFO.