timshen marked an inline comment as done. timshen added inline comments.
================ Comment at: libcxx/test/std/re/re.alg/re.alg.match/ecma.pass.cpp:374 std::cmatch m; const char s[] = "tournament"; + assert(std::regex_match(s, m, std::regex("tour|to|tournament"))); ---------------- mclow.lists wrote: > I would be tempted to put a reference to http://wg21.link/LWG2273 here. (in a > comment) For consistency with other LWG defects references, I used the open-std.org link. https://reviews.llvm.org/D26026 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits