Skip to content

Commit 0ab01d2

Browse files
committed
More tests (#100)
1 parent 099c84d commit 0ab01d2

File tree

2 files changed

+391
-1
lines changed

2 files changed

+391
-1
lines changed

include/utils/SwiftExpressionParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ using ExprPtr = std::shared_ptr<Expr>;
5151
/**
5252
* Base class for all expression AST nodes
5353
*/
54-
class Expr : public std::enable_shared_from_this<Expr>
54+
class Expr
5555
{
5656
public:
5757
virtual ~Expr() = default;

0 commit comments

Comments
 (0)