$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Formal Review Request: mp11
From: Peter Dimov (lists_at_[hidden])
Date: 2017-03-18 13:33:53
Bjorn Reese wrote:
> Most algorithms take the typelist as the first argument, but others do
> not, e.g. mp_transform<F, L...>. If possible, I would like to see all
> algorithms take typelist as the first argument.
It's not possible for L... to be first. Note the ellipsis.