From 62a5ddce2bc9ad7fc9827c3373af7d13c71930c7 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 29 Jun 2011 19:25:14 +0100 Subject: [PATCH] regen single header with lhs string literal fix --- single_include/catch.hpp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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->*