mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-05 05:13:38 +00:00
Merge pull request #11 from lioncash/default
operand: Append default to the default constructor
This commit is contained in:
commit
d5c37d242a
@ -9,7 +9,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Operand::Operand() {}
|
||||
Operand::Operand() = default;
|
||||
|
||||
Operand::~Operand() = default;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user