[libcxx-commits] [PATCH] D144279: [libc++][format] Fixes formatting vector<bool>
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 21 17:12:21 PST 2023
philnik added inline comments.
================
Comment at: libcxx/include/__bit_reference:158
public:
+ using __container = typename _Cp::__self;
+
----------------
Why not just `_Cp`?
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