Merge pull request #11 from lioncash/default
operand: Append default to the default constructor
This commit is contained in:
commit
d5c37d242a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace Sirit {
|
||||
|
||||
Operand::Operand() {}
|
||||
Operand::Operand() = default;
|
||||
|
||||
Operand::~Operand() = default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue