mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fix expression compile errors.
This commit is contained in:
		| @@ -22,7 +22,7 @@ class ExpressionLhs { | ||||
| 	void operator = ( const ExpressionLhs& ); | ||||
|  | ||||
| public: | ||||
|     ExpressionLhs( const T& lhs ) : m_lhs( lhs ) {} | ||||
|     ExpressionLhs( T lhs ) : m_lhs( lhs ) {} | ||||
|  | ||||
|     template<typename RhsT> | ||||
|     ExpressionResultBuilder& operator == ( const RhsT& rhs ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wichert Akkerman
					Wichert Akkerman