mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +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
|
@ -789,7 +789,7 @@ private:
|
|||
|
||||
BucketType* m_buckets { nullptr };
|
||||
|
||||
[[no_unique_address]] CollectionDataType m_collection_data;
|
||||
NO_UNIQUE_ADDRESS CollectionDataType m_collection_data;
|
||||
size_t m_size { 0 };
|
||||
size_t m_capacity { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue