 
            
            
            
            
                18 Dec
                
                    2024
                
            
            
                18 Dec
                
                '24
                
            
            
            
        
    
                10:16 a.m.
            
        On Wed, Dec 18, 2024 at 1:12 AM Ivan Matek <libbooze@gmail.com> wrote:
Existing Practice We have std::basic_string<CharT,Traits,Allocator>::starts_with std::basic_string_view<CharT,Traits>::starts_with
starts_with returns a bool, while your function returns an optional. Not comparable. Thanks