 
            
            
            
            
                24 Aug
                
                    2020
                
            
            
                24 Aug
                
                '20
                
            
            
            
        
    
                1:37 a.m.
            
        Mike wrote:
A wrapper module has the advantage, that it creates a named module...
Depending on how chips fall I'm not sure this would necessarily be such an advantage. Importing the header will work as long as including it does, whereas a named module requires some sort of a module mapper, which in the overengineered gcc implementation makes you start a local server.
and only exports what is explicitly specified,
Yes, that's an unquestionable advantage.