Star
81
Fork
27
代码
介绍
代码
Issues
9
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
libcxx
/
test
/
std
/
concepts
/
concepts.callable
/
concept.strictweakorder
下载当前目录
L
Louis Dionne
[libc++] Remove duplicate tests for callable concepts
6cb3fdc2
创建于
2022年5月24日
历史提交
文件
最后提交记录
最后更新时间
strict_weak_order.compile.pass.cpp
[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. All supported compilers that support C++20 now support concepts. So, remove
_LIB_LIBCPP_HAS_NO_CONCEPTS
in favor of
_LIBCPP_STD_VER > 17
. Similarly in the tests, remove
// UNSUPPORTED: libcpp-no-concepts
. Differential Revision:
https://reviews.llvm.org/D121528
4 年前
strict_weak_order.subsumption.compile.pass.cpp
[libc++] Remove duplicate tests for callable concepts This is essentially a revert of c7ad02009. Indeed, it seems that both 96dbdd75 and c7ad02009 were committed, but c7ad02009 seems to be only an older version of 96dbdd75's tests.
4 年前