$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] Removing iterator->conversion dependency
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2014-06-06 04:08:59
On 06 Jun 2014, at 1:39, Vicente J. Botet Escriba <vicente.botet_at_[hidden]> wrote:
>
> Hi,
>
>
> in order to remove the dependency from iterator to conversion I suggest to move |boost/implicit_cast.hpp to MPL.
That makes no semantic sense at all. Breaking dependencies is nice, but not at the cost of moving something to a place it doesnt belong at all.
Sebastian