$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Yap's formal review is starting now!
From: Zach Laine (whatwasthataddress_at_[hidden])
Date: 2018-02-16 20:13:14
On Fri, Feb 16, 2018 at 11:41 AM, paul via Boost <boost_at_[hidden]>
wrote:
> User most likely want to use hana, but they can't since they need to
> support
> MSVC or gcc 5.
>
> Zach has seemed to show an interest in maintaining a MSVC or C++11 version
> if
> it were contributed, but I dont see how that is possible with Hana in the
> interface. Any such contribution would break API compatibility or would
> require maintaining two API which seems worse.
For that to work, I would expect to switch over to std::tuple in the
interface.
Zach