mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Fixed Github Issue #32: "ResultBuilder& operator << should use toString"
This commit is contained in:
@@ -577,7 +577,7 @@ public:
|
||||
const T & value
|
||||
)
|
||||
{
|
||||
m_messageStream << value;
|
||||
m_messageStream << Catch::toString( value );
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user