[all-commits] [llvm/llvm-project] 213069: [libc++] Mark my new <algorithm> test unsupported ...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Tue Dec 8 14:25:47 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2130699ba486dd2dd65dd0b61c0dedc6ef9481ac
https://github.com/llvm/llvm-project/commit/2130699ba486dd2dd65dd0b61c0dedc6ef9481ac
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M libcxx/test/std/algorithms/robust_against_adl.pass.cpp
Log Message:
-----------
[libc++] Mark my new <algorithm> test unsupported on clang-8.
Because in C++20 mode, it tests that `copy_n` is constexpr;
so it depends on the compiler supporting `is_constant_evaluated`.
More information about the All-commits
mailing list