mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-22 05:46:34 +01:00
operand: Move operand_type initialization to constructor
This commit is contained in:
parent
53d572ae7d
commit
4c2981eab5
5 changed files with 11 additions and 15 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace Sirit {
|
||||
|
||||
Operand::Operand() = default;
|
||||
Operand::Operand(OperandType operand_type) : operand_type{operand_type} {}
|
||||
|
||||
Operand::~Operand() = default;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue