[libcxx-commits] [PATCH] D62453: Regex backreference [3/3] Validate backreferences in the constructor.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 17 09:55:22 PDT 2019


zoecarver added inline comments.


================
Comment at: libcxx/test/std/re/re.regex/re.regex.construct/bad_backref.pass.cpp:32
 
 int main(int, char**)
 {
----------------
All the `std::regex::extended` and `std::regex::egrep` tests fail for me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62453/new/

https://reviews.llvm.org/D62453





More information about the libcxx-commits mailing list