$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review][mp11] Reminder of ongoing formal review
From: Joaquin M López Muñoz (joaquinlopezmunoz_at_[hidden])
Date: 2017-07-24 10:31:23
El 24/07/2017 a las 12:28, Peter Dimov via Boost escribió:
> Joaquin M López Muñoz wrote:
>
>> The following alternative based on bool sequences seems to perform
>> very well for the mp_iota_c case
>> (basically, mp_find runs out of heap space in my machine for
>> mp_iota_c<300> whereas mp_find2 takes 4-5 s).
>
> Just to clarify, what compiler? MSVC?
Microsoft Visual Express 2015 for Windows Desktop Version 14.0.23107.0
D14REL
JoaquÃn M López Muñoz