[libcxx-commits] [PATCH] D154860: [NFC][libc++][bitset] Refactors constructors.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 15 03:24:06 PDT 2023
Mordante marked 4 inline comments as done.
Mordante added inline comments.
================
Comment at: libcxx/include/bitset:710
+ typename basic_string<_CharT, _Traits, _Allocator>::size_type __n =
+ (basic_string<_CharT, _Traits, _Allocator>::npos),
+ _CharT __zero = _CharT('0'),
----------------
ldionne wrote:
> Any reason for this being in parens? I'd remove them if we can, while we're at it.
No reason, I just copy-pasted it and didn't notice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154860/new/
https://reviews.llvm.org/D154860
More information about the libcxx-commits
mailing list