$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review][mp11] Formal review of Mp11
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-17 09:58:44
Joaquin M López Muñoz wrote:
> If syntax can't be made to work, it could be advisable to drop mp_eval_if
> altogether and provide for instance mp_apply_if:
>
> mp_apply_if<B,F,mp_list<T...>,G,mp_list<U...>>
Given that the one function formulation covers a significant majority of the
practical use cases, dropping it in favor of mp_apply_if would be a
significant regression in usability.