diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-13 14:28:32 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-14 00:35:57 +0200 |
commit | a11a1cd4d6bfaac0ff76b8eb048acf5bdb9be4c7 (patch) | |
tree | a0097bd50034f6aad158c8927b112bc7a8836718 /Userland/DevTools/Profiler | |
parent | 339b3683083a612f3bb060e69a3770a9c8a111b6 (diff) | |
download | serenity-a11a1cd4d6bfaac0ff76b8eb048acf5bdb9be4c7.zip |
AK: Vector::resize() should initialize new slots for primitive types
We call placement new for the newly added slots. However, we should
also specify an initializer so primitive data types like u64 are
initialized appropriately.
Diffstat (limited to 'Userland/DevTools/Profiler')
0 files changed, 0 insertions, 0 deletions