[libcxx-commits] [libcxx] [libc++] Optimize vector growing of trivially relocatable types (PR #76657)

Amirreza Ashouri via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 12 14:08:54 PST 2024


================
@@ -47,19 +47,19 @@ static_assert(std::__libcpp_is_trivially_equality_comparable<
               "");
 static_assert(std::__libcpp_is_trivially_equality_comparable<char16_t, std::uint_least16_t>::value, "");
 
-struct S {
+struct Empty {
----------------
AMP999 wrote:

`struct Empty` is not empty.

https://github.com/llvm/llvm-project/pull/76657


More information about the libcxx-commits mailing list