17 Apr
                
                    2014
                
            
            
                17 Apr
                
                '14
                
            
            
            
        
    
                12:08 p.m.
            
        On my (sadly, lengthy) to-do list is a version of split that returns a vector of string_ref.
I was toying around with this a while ago and iirc the only thing needed to make boost::split work with std::vector<boost::string_ref> was adding a (char*, char*) constructor to string_ref.