Add combinational logic and concept classes
This commit is contained in:
@@ -40,7 +40,7 @@ class UnaryExpression
|
||||
: public ExpressionPart
|
||||
{
|
||||
public:
|
||||
UnaryExpression(Operator &op, std::shared_ptr<Operand> &operand)
|
||||
UnaryExpression(Operator &op, const std::shared_ptr<Operand> &operand)
|
||||
: parts(std::make_pair(op, operand))
|
||||
{}
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user