[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@310156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -84,7 +84,7 @@ int main()
|
||||
assert(a1.use_count() == 1);
|
||||
}
|
||||
// Test LWG issue 2529. Only reset '__weak_ptr_' when it's already expired.
|
||||
// http://cplusplus.github.io/LWG/lwg-active.html#2529.
|
||||
// https://cplusplus.github.io/LWG/lwg-defects.html#2529
|
||||
// Test two different ways:
|
||||
// * Using 'weak_from_this().expired()' in C++17.
|
||||
// * Using 'shared_from_this()' in all dialects.
|
||||
|
||||
Reference in New Issue
Block a user