[libcxx-commits] [PATCH] D63059: Implements multiline regex support
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 26 08:56:49 PDT 2019
mclow.lists added inline comments.
================
Comment at: libcxx/include/regex:2003
+ bool __multiline;
+
----------------
I think that this is going to have to go behind an "ABI break" flag, because it changes the size of `__l_anchor`. I'll look into it some more.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63059/new/
https://reviews.llvm.org/D63059
More information about the libcxx-commits
mailing list