[libcxx-commits] [PATCH] D144629: [libc++] Implement LWG-3204 sub_match::swap only swaps the base class
Igor Zhukov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 25 06:23:32 PST 2023
fsb4000 added inline comments.
================
Comment at: libcxx/test/std/re/re.submatch/re.submatch.members/swap.pass.cpp:27
+ sm1.first = s1;
+ sm1.second = s1+3;
+ sm1.matched = true;
----------------
Mordante wrote:
> please use clang-format for this new file.
Is clang-format-15 ok?
I see that clang-format-16 is used but I only have clang-format-15.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144629/new/
https://reviews.llvm.org/D144629
More information about the libcxx-commits
mailing list