$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2022-07-14 16:13:02
On 7/14/22 19:03, Peter Dimov via Boost wrote:
> Andrey Semashev wrote:
>>> This new dependency is introduced by
>>> https://github.com/boostorg/fusion/pull/240, which
>>> is only on develop.
>>
>> I can see it in master:
>>
>>
> https://github.com/boostorg/fusion/commit/5d78322e1658b921dc2a9c5ece0bcf83e9
> 1f9f3a
>
> That's #251, not #240.
Ah, yes. But my point is that's the problematic commit, and it's in master.
It looks like identity_view (from #240) was not merged to master but the
dependency (#251) was. At least, I don't see identity_view.hpp in master.