mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	regen single header with lhs string literal fix
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
			
		||||
 Next:
 | 
			
		||||
 | 
			
		||||
 Later:
 | 
			
		||||
    Finish command line parser (list as xml, specify FP tolerance)
 | 
			
		||||
    Finish command line parser (list as xml)
 | 
			
		||||
    Tags?
 | 
			
		||||
    Finish macros, listed here, later (just CHECK_NOFAIL now)
 | 
			
		||||
 */
 | 
			
		||||
@@ -1709,6 +1709,17 @@ public:
 | 
			
		||||
        return expr;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ///////////////////////////////////////////////////////////////////////////
 | 
			
		||||
    Expression<const char*> operator->*
 | 
			
		||||
    (
 | 
			
		||||
        const char* operand
 | 
			
		||||
     )
 | 
			
		||||
    {
 | 
			
		||||
        Expression<const char*> expr( m_result, operand );
 | 
			
		||||
 | 
			
		||||
        return expr;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ///////////////////////////////////////////////////////////////////////////
 | 
			
		||||
    template<typename T>
 | 
			
		||||
    PtrExpression<T> operator->*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user