[all-commits] [llvm/llvm-project] e331bb: [libc++] Add regression test for #67449 (#67590)
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Sep 28 06:03:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e331bbb3465f51f858a578fa9fa6449a1abbd4cd
https://github.com/llvm/llvm-project/commit/e331bbb3465f51f858a578fa9fa6449a1abbd4cd
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M libcxx/test/std/utilities/memory/pointer.conversion/to_address.pass.cpp
Log Message:
-----------
[libc++] Add regression test for #67449 (#67590)
Even though the underlying issue was fixed in #65177 when we made
std::pointer_traits SFINAE-friendly, it is worth adding a regression
test since it's so easy to do.
More information about the All-commits
mailing list