[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:52:58 PDT 2019
mclow.lists added a comment.
To keep the code easier to read, I would be tempted to remove almost all of the `#ifdefs` here, and just make `__use_multiline` and the constants depend on the language level.
[ Note that I haven't tried this; just looking to make the code simpler. ]
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