Star81
27
代码介绍
代码
Issues9
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. libcxx
  4. /
  5. test
  6. /
  7. std
  8. /
  9. concepts
  10. /
  11. concepts.callable
  12. /
  13. concept.strictweakorder
LLouis 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/D1215284 年前
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 年前