summaryrefslogtreecommitdiff
path: root/libcxx/test/support/is_transparent.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/support/is_transparent.h')
-rw-r--r--libcxx/test/support/is_transparent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/is_transparent.h b/libcxx/test/support/is_transparent.h
index 4b2a458f574a..9d3791d68a86 100644
--- a/libcxx/test/support/is_transparent.h
+++ b/libcxx/test/support/is_transparent.h
@@ -37,7 +37,7 @@ struct transparent_less_not_referenceable
};
// Prevent regression when empty base class optimization is not suitable.
-// See https://github.com/llvm/llvm-project/issues/152543.
+// See llvm.org/PR152543.
struct transparent_less_nonempty {
template <class T, class U>
constexpr bool operator()(T&& t, U&& u) const {