mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
AK: Annotate [[no_unique_address]] members with NO_UNIQUE_ADDRESS macro
This commit is contained in:
parent
b133c27305
commit
5e7e6475c6
Notes:
github-actions[bot]
2025-04-15 08:20:07 +00:00
Author: https://github.com/ADKaster
Commit: 5e7e6475c6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4360
4 changed files with 4 additions and 4 deletions
|
@ -212,7 +212,7 @@ private:
|
|||
#endif
|
||||
|
||||
bool m_in_tree { false };
|
||||
[[no_unique_address]] SelfReferenceIfNeeded<Container, IsRaw> m_self;
|
||||
NO_UNIQUE_ADDRESS SelfReferenceIfNeeded<Container, IsRaw> m_self;
|
||||
};
|
||||
|
||||
// Specialise IntrusiveRedBlackTree for NonnullRefPtr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue