Merge pull request #11 from lioncash/default

operand: Append default to the default constructor
This commit is contained in:
ReinUsesLisp
2019-03-14 03:53:31 -03:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
namespace Sirit {
Operand::Operand() {}
Operand::Operand() = default;
Operand::~Operand() = default;