$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [TypeErasure] Forward constructors and binded types
From: Larry Evans (cppljevans_at_[hidden])
Date: 2012-07-23 08:25:10
On 07/22/12 20:59, Lorenzo Caminiti wrote:
[snip]
> I suggested something like the example below to be added to the
> Introduction section:
[snip]
I'd suggest adding something like the attached to:
This would emphasize that using tuple is a shorthand way of
doing something similar with bindings.
IOW, the code in the attached starting with:
//Something similar using bindings and just any's.
does something similar to the code starting with:
//Illustrate doing a operator+ starting from tuple.
HTH.
-regards,
Larry