[libcxx-commits] [PATCH] D75622: [FIX][libc++][Regex] Using regex_constants match_prev_avail | match_not_bol | match_not_bow

Diogo N. Sampaio via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 4 09:32:52 PST 2020


dnsampaio created this revision.
dnsampaio added reviewers: ldionne, miyuki.
Herald added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, dexonsmith.
Herald added a project: libc++.

pr42199
When using regex_constants::match_prev_avail, it is defined that
--first is valid, and match_not_bol and match_not_bow should be
ignored.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75622

Files:
  libcxx/include/regex
  libcxx/test/std/re/re.const/re.matchflag/match_prev_avail.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75622.248209.patch
Type: text/x-patch
Size: 4669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200304/b09e4416/attachment.bin>


More information about the libcxx-commits mailing list