$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-08-23 21:16:28
Mike wrote:
> And for a wrapper module, what I have in mind is something like:
>
> module;
> #include <boost/variant.hpp>
> export module Boost.Variant;
>
> namespace boost {
> export using boost::variant;
> }
Or you could just use `import <boost/variant.hpp>` and not need any
wrappers.