[libcxx-commits] [PATCH] D141761: [libc++][format] Adds formatter std::vector<bool>.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 17 09:23:02 PST 2023


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/vector:3326
+template <class _Tp, class CharT>
+// Since is-vector-bool-reference is only used once it's merged here.
+  requires same_as<typename _Tp::__container, vector<bool, typename _Tp::__container::allocator_type>>
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141761



More information about the libcxx-commits mailing list