AK: Annotate [[no_unique_address]] members with NO_UNIQUE_ADDRESS macro

This commit is contained in:
Andrew Kaster 2025-04-14 16:17:46 -06:00 committed by Andrew Kaster
commit 5e7e6475c6
Notes: github-actions[bot] 2025-04-15 08:20:07 +00:00
4 changed files with 4 additions and 4 deletions

View file

@ -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