$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-09-24 17:30:54
Mike wrote:
> In order to become the de-facto standard way to annotate custom types, it
> would be great, if the dependency on mp11 could be removed, but it would
> certainly be useful to us with that dependency too.
Annotating the types should work without Mp11; <boost/describe/enum.hpp> and
<boost/describe/class.hpp> don't include any Mp11 headers. Only the use of
the describe_* primitives needs Mp11.