[libcxx-commits] [PATCH] D127672: [libc++] Test the size of basic_string
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 13 22:48:46 PDT 2022
philnik added inline comments.
================
Comment at: libcxx/test/libcxx/strings/basic.string/string_abi.compile.pass.cpp:9
+
+// Ensure that we never change the size of `basic_string`
+
----------------
ldionne wrote:
> While we're at it, I think it would be trivial to add a test for the alignment. WDYT?
Sounds like a good idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127672/new/
https://reviews.llvm.org/D127672
More information about the libcxx-commits
mailing list