mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Regenerated single_include
This commit is contained in:
parent
3723b527f5
commit
4021d65f64
@ -1508,6 +1508,16 @@ private:
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
template<Internal::Operator Op, typename T>
|
||||||
|
MutableResultInfo& captureExpression
|
||||||
|
(
|
||||||
|
const T* lhs,
|
||||||
|
int rhs
|
||||||
|
)
|
||||||
|
{
|
||||||
|
return captureExpression<Op>( lhs, reinterpret_cast<const T*>( rhs ) );
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
@ -1712,7 +1722,7 @@ public:
|
|||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
Expression<const char*> operator->*
|
Expression<const char*> operator->*
|
||||||
(
|
(
|
||||||
const char* operand
|
const char* const& operand
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
Expression<const char*> expr( m_result, operand );
|
Expression<const char*> expr( m_result, operand );
|
||||||
|
Loading…
Reference in New Issue
Block a user