mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Fixed Github Issue #32: "ResultBuilder& operator << should use toString"
This commit is contained in:
parent
0ea29b7d28
commit
4b24490e1a
@ -577,7 +577,7 @@ public:
|
||||
const T & value
|
||||
)
|
||||
{
|
||||
m_messageStream << value;
|
||||
m_messageStream << Catch::toString( value );
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user