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:
@@ -25,7 +25,7 @@
|
||||
int main()
|
||||
{
|
||||
// This regex_iterator uses regex_search(__wrap_iter<_Iter> __first, ...)
|
||||
// Test for http://llvm.org/bugs/show_bug.cgi?id=16240 fixed in r185273.
|
||||
// Test for https://bugs.llvm.org/show_bug.cgi?id=16240 fixed in r185273.
|
||||
{
|
||||
std::string s("aaaa a");
|
||||
std::regex re("\\ba");
|
||||
|
||||
Reference in New Issue
Block a user