mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-21 23:30:38 +08:00
[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:
@@ -587,7 +587,7 @@ void call_operator_noexcept_test()
|
||||
}
|
||||
|
||||
void test_lwg2767() {
|
||||
// See http://wg21.link/LWG2767
|
||||
// See https://cplusplus.github.io/LWG/lwg-defects.html#2767
|
||||
struct Abstract { virtual void f() const = 0; };
|
||||
struct Derived : public Abstract { void f() const {} };
|
||||
struct F { bool operator()(Abstract&&) { return false; } };
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
// Hashing a struct w/o a defined hash should *not* fail, but it should
|
||||
// create a type that is not constructible and not callable.
|
||||
// See also: http://cplusplus.github.io/LWG/lwg-active.html#2543
|
||||
// See also: https://cplusplus.github.io/LWG/lwg-defects.html#2543
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
Reference in New Issue
Block a user