$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nikita Kniazev (nok.raven_at_[hidden])
Date: 2021-03-02 18:10:18
> Or have Spirit perform a check: if `describe::members` is found use it,
otherwise fall back to Boost.Fusion.
Spirit uses Fusion iterator_range internally, it will require to find/write
a replacement that will work with both libraries.