mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Reformatting
This commit is contained in:
parent
6acb36a996
commit
2efc1146bf
11 changed files with 211 additions and 545 deletions
|
@ -11,12 +11,10 @@
|
|||
#include "catch_resultinfo_builder.hpp"
|
||||
#include "catch_evaluate.hpp"
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
namespace Catch {
|
||||
|
||||
template<typename T>
|
||||
class Expression
|
||||
{
|
||||
class Expression {
|
||||
void operator = ( const Expression& );
|
||||
|
||||
public:
|
||||
|
@ -79,8 +77,7 @@ private:
|
|||
};
|
||||
|
||||
template<typename LhsT>
|
||||
class PtrExpression
|
||||
{
|
||||
class PtrExpression {
|
||||
public:
|
||||
|
||||
PtrExpression ( ResultInfoBuilder& result, const LhsT* lhs )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue