summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-08-05 00:44:24 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-08-05 00:44:24 +0000
commitade32237dcf5546f7a33620d99895685c4c66ebc (patch)
tree947512c4dec9bfef104c287393519fff014db140 /libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp
parente71235b4380d183e586d9cf26f940060233a8363 (diff)
downloadbcm5719-llvm-ade32237dcf5546f7a33620d99895685c4c66ebc.tar.gz
bcm5719-llvm-ade32237dcf5546f7a33620d99895685c4c66ebc.zip
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
llvm-svn: 310156
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp')
-rw-r--r--libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp b/libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp
index ed173f280d0..72011f4773b 100644
--- a/libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp
+++ b/libcxx/test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp
@@ -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>
OpenPOWER on IntegriCloud