Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk