mirror of
				https://github.com/boostorg/utility.git
				synced 2025-11-04 02:11:45 +01:00 
			
		
		
		
	Merge bug fix in test to release
[SVN r84449]
This commit is contained in:
		@@ -23,7 +23,7 @@ void ends_with ( const char *arg ) {
 | 
			
		||||
    string_ref sr2 ( arg );
 | 
			
		||||
    const char *p = arg;
 | 
			
		||||
 | 
			
		||||
    while ( !*p ) {
 | 
			
		||||
    while ( *p ) {
 | 
			
		||||
        BOOST_CHECK ( sr.ends_with ( p ));
 | 
			
		||||
        ++p;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user