[libc++] Implement LWG-3204: `sub_match::swap` only swaps the base class
authorIgor Zhukov <fsb4000@yandex.ru>
Sat, 25 Feb 2023 14:43:37 +0000 (21:43 +0700)
committerIgor Zhukov <fsb4000@yandex.ru>
Sat, 25 Feb 2023 14:43:37 +0000 (21:43 +0700)
commit9d53c8684fe2a8b14505593d7e470dac1f68dbd7
tree53da035f934ac5132c7458c34ff824e4f41f3d68
parent06174134e418251982d43eff9385674b7644007f
[libc++] Implement LWG-3204: `sub_match::swap` only swaps the base class

Reviewed By: Mordante, JMazurkiewicz, #libc

Differential Revision: https://reviews.llvm.org/D144629
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/regex
libcxx/test/std/re/re.submatch/re.submatch.members/swap.pass.cpp [new file with mode: 0644]