mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Minor cleanup in decomposer
This commit is contained in:
		| @@ -131,7 +131,7 @@ namespace Catch { | ||||
|  | ||||
|     public: | ||||
|         explicit UnaryExpr( LhsT lhs ) | ||||
|         :   ITransientExpression{ false, lhs ? true : false }, | ||||
|         :   ITransientExpression{ false, static_cast<bool>(lhs) }, | ||||
|             m_lhs( lhs ) | ||||
|         {} | ||||
|     }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský