diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 3b14c968..b3c17a62 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -19,7 +19,7 @@ Next: Later: - Finish command line parser (list as xml, specify FP tolerance) + Finish command line parser (list as xml) Tags? Finish macros, listed here, later (just CHECK_NOFAIL now) */ @@ -1709,6 +1709,17 @@ public: return expr; } + /////////////////////////////////////////////////////////////////////////// + Expression operator->* + ( + const char* operand + ) + { + Expression expr( m_result, operand ); + + return expr; + } + /////////////////////////////////////////////////////////////////////////// template PtrExpression operator->*