mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Merge branch 'master' of github.com:philsquared/Catch
This commit is contained in:
commit
3d244adf22
@ -19,7 +19,7 @@
|
|||||||
Next:
|
Next:
|
||||||
|
|
||||||
Later:
|
Later:
|
||||||
Finish command line parser (list as xml, specify FP tolerance)
|
Finish command line parser (list as xml)
|
||||||
Tags?
|
Tags?
|
||||||
Finish macros, listed here, later (just CHECK_NOFAIL now)
|
Finish macros, listed here, later (just CHECK_NOFAIL now)
|
||||||
*/
|
*/
|
||||||
@ -1709,6 +1709,17 @@ public:
|
|||||||
return expr;
|
return expr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
Expression<const char*> operator->*
|
||||||
|
(
|
||||||
|
const char* operand
|
||||||
|
)
|
||||||
|
{
|
||||||
|
Expression<const char*> expr( m_result, operand );
|
||||||
|
|
||||||
|
return expr;
|
||||||
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
template<typename T>
|
template<typename T>
|
||||||
PtrExpression<T> operator->*
|
PtrExpression<T> operator->*
|
||||||
|
Loading…
Reference in New Issue
Block a user