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

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 2 18:16:24 PDT 2022


EricWF added a comment.

I'm not convinced your average user knows what `copy insertable` means, and I think the static assert is more opaque than the templated messages, which while noiser, contain more information.

It would be interesting to actually do a user study to find out what non-expert users think.


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