[all-commits] [llvm/llvm-project] 5a3c27: [libc++] [test] Remove IFNDR uses of std::invocable.
Quuxplusone via All-commits
all-commits at lists.llvm.org
Tue Jan 4 11:14:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a3c27636569df560d4ba9019f796d4442853d5b
https://github.com/llvm/llvm-project/commit/5a3c27636569df560d4ba9019f796d4442853d5b
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp
M libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.compile.pass.cpp
M libcxx/test/std/ranges/range.access/data.pass.cpp
Log Message:
-----------
[libc++] [test] Remove IFNDR uses of std::invocable.
libstdc++'s implementation diagnoses these with hard errors.
Fixes #50059.
Differential Revision: https://reviews.llvm.org/D116293
More information about the All-commits
mailing list