 
            
            
            
            
                28 Dec
                
                    2014
                
            
            
                28 Dec
                
                '14
                
            
            
            
        
    
                5:55 p.m.
            
        On Sun, Dec 28, 2014 at 5:35 PM, Larry Evans <cppljevans@suddenlink.net> wrote:
[...] How are the include directories specified? IOW, suppose, I've my own boost/mpl/vector.hpp and I want to use that instead of the boost/mpl one. Is there something like the -I flag of gcc which does something analogous for the metashell?
TIA.
-regards, Larry
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Hi Larry, You can pass -I <dir> flags to metashell. It will do exactly what you would expect. Regards, András