OSDN Git Service

[libc++] Fix a test failure in 7b00e9fae3 (D93815).
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Mon, 28 Dec 2020 18:55:40 +0000 (13:55 -0500)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Mon, 28 Dec 2020 18:55:40 +0000 (13:55 -0500)
commitdd756e3e84812bd962a5b5eaf4f10e9c9338c232
tree07c67f24038691b70e2e51847e421438b78185d3
parent9abc457724bd54014328a6f0b7ed230bacd9f610
[libc++] Fix a test failure in 7b00e9fae3 (D93815).

"LLVM Buildbot on libcxx-libcxxabi-x86_64-linux-debian" is not happy
with default-initializing the `double` member of `A` in a constexpr
function. At least I'm pretty sure that's what it's complaining about.
libcxx/test/std/utilities/function.objects/func.memfn/member_data.pass.cpp