 
            
            
            
            
                10 Sep
                
                    2019
                
            
            
                10 Sep
                
                '19
                
            
            
            
        
    
                1:43 p.m.
            
        On 10/09/2019 12:40, Niall Douglas via Boost wrote:
On 09/09/2019 17:59, Vinnie Falco via Boost wrote:
Beast has static_string which someone has asked to be move, is there any interest in moving this to Boost.Container?
What's the advantage over a string_view?
To answer my own question, it's a mutable string_view. So long as it's not called static_string, because it's not, I'm for this. Incidentally, over at WG14 we were discussing a mutable string view object built into the C language. Ours is nothing like this, however. Niall