[libcxx-commits] [PATCH] D144279: [libc++][format] Fixes formatting vector<bool>

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 22 09:19:52 PST 2023


Mordante added inline comments.


================
Comment at: libcxx/include/__bit_reference:158
 public:
+    using __container = typename _Cp::__self;
+
----------------
philnik wrote:
> Why not just `_Cp`?
To make sure this is used with a `std::vector`, similar to the friend at line 155.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144279



More information about the libcxx-commits mailing list