[libcxx-commits] [PATCH] D132061: [libc++] static_assert preconditions in vector

Emilia Dreamer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 15 10:56:46 PDT 2022


rymiel added inline comments.


================
Comment at: libcxx/include/vector:389
     {
+      static_assert(__is_cpp17_copy_insertable<_Allocator>::value, "value_type has to be Cpp17CopyInserable");
       std::__debug_db_insert_c(this);
----------------
Just happened to notice in passing: There seems to be 6 little typos in total which say "Inserable"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132061/new/

https://reviews.llvm.org/D132061



More information about the libcxx-commits mailing list