mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 18:38:30 +08:00
Update all bug URL's to point to https://bugs.llvm.org/...
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@295434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -36,7 +36,7 @@ int main()
|
||||
assert(error_badbackref_thrown("ab(c)\\2def")); // only one reference
|
||||
|
||||
// this should NOT throw, because we only should look at the '1'
|
||||
// See https://llvm.org/bugs/show_bug.cgi?id=31387
|
||||
// See https://bugs.llvm.org/show_bug.cgi?id=31387
|
||||
{
|
||||
const char *pat1 = "a(b)c\\1234";
|
||||
std::regex re(pat1, pat1 + 7); // extra chars after the end.
|
||||
|
Reference in New Issue
Block a user