j
k
j a
j l
Mike wrote:
And for a wrapper module, what I have in mind is something like: module; #include export module Boost.Variant; namespace boost { export using boost::variant; }
And for a wrapper module, what I have in mind is something like:
module; #include export module Boost.Variant;
namespace boost { export using boost::variant; }
Or you could just use `import ` and not need any wrappers.
Back to the thread
Back to the list