[libcxx-commits] [PATCH] D156033: [libc++] Simplify single-iterator __bit_iterator algorithm specializations
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 23 03:10:34 PDT 2023
Mordante added a comment.
Can you add a bit more information regarding the patch in the commit message?
================
Comment at: libcxx/include/__bit_reference:184-188
+ if (_Invert) {
+ return ~__v;
+ } else {
+ return __v;
+ }
----------------
Please use the LLVM coding standard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156033/new/
https://reviews.llvm.org/D156033
More information about the libcxx-commits
mailing list