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