[all-commits] [llvm/llvm-project] 6c75a8: [libc++][nfc] Only test if pair is_assignable afte...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Fri Feb 19 15:15:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c75a84ce76789d065b29e5966254e4943d7dba8
https://github.com/llvm/llvm-project/commit/6c75a84ce76789d065b29e5966254e4943d7dba8
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_const_pair_U_V.pass.cpp
Log Message:
-----------
[libc++][nfc] Only test if pair is_assignable after C++03.
In C++03 libc++ uses a different set of constructors which aren't
constrained, so these tests won't work. This should fix the bots.
Refs: 82c4701.
More information about the All-commits
mailing list