[PATCH] D22702: [libcxx]Missing default argument for flag_type parameter in one of std::basic_regex constructors
Jason Liu via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 29 11:45:41 PDT 2016
jasonliu marked an inline comment as done.
================
Comment at: test/std/re/re.regex/re.regex.construct/ptr_size.pass.cpp:31
@@ +30,3 @@
+ test("\\(a\\)", 5, 0);
+ test("\\(a[bc]\\)", 9, 0);
+ test("\\(a\\([bc]\\)\\)", 13, 0);
----------------
Comment addressed in the new patch. Thanks!
https://reviews.llvm.org/D22702
More information about the cfe-commits
mailing list