[libcxx-commits] [PATCH] D97015: [libcxx] cleans up __cpp_concepts mess
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 19 09:33:09 PST 2021
cjdb added inline comments.
================
Comment at: libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp:2886
-# if defined(__cpp_concepts) && __cpp_concepts >= 201811L
+# if defined(__cpp_concepts) && __cpp_concepts >= 201907L
# ifndef __cpp_lib_math_constants
----------------
miscco wrote:
> Could we clean that up to use!__LIBCPP_HAS_NO_CONCEPTS
🤦Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97015/new/
https://reviews.llvm.org/D97015
More information about the libcxx-commits
mailing list