mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
1331900 - Delete Label's assignment operator.
Hiding it => linking error. Deleting it => compilation error.
This commit is contained in:
parent
934ecc01ff
commit
75adae3c46
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ struct LabelBase
|
|||
int32_t offset_ : 31;
|
||||
bool bound_ : 1;
|
||||
|
||||
// Disallow assignment.
|
||||
void operator =(const LabelBase& label);
|
||||
void operator =(const LabelBase& label) = delete;
|
||||
|
||||
public:
|
||||
static const int32_t INVALID_OFFSET = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue