 
            
            
            
            
                23 Aug
                
                    2020
                
            
            
                23 Aug
                
                '20
                
            
            
            
        
    
                11:16 p.m.
            
        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.