Skip to content

Commit

Permalink
regen single header with lhs string literal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Nash committed Jun 29, 2011
1 parent 1adebef commit 62a5ddc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion single_include/catch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down Expand Up @@ -1709,6 +1709,17 @@ class ResultBuilder
return expr;
}

///////////////////////////////////////////////////////////////////////////
Expression<const char*> operator->*
(
const char* operand
)
{
Expression<const char*> expr( m_result, operand );

return expr;
}

///////////////////////////////////////////////////////////////////////////
template<typename T>
PtrExpression<T> operator->*
Expand Down

0 comments on commit 62a5ddc

Please sign in to comment.