[libcxx-commits] [PATCH] D97015: [libcxx] cleans up __cpp_concepts mess

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 18 17:59:12 PST 2021


cjdb created this revision.
cjdb added reviewers: ldionne, miscco, EricWF, CaseyCarter, Mordante, curdeius.
Herald added a subscriber: arichardson.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

libc++ was previously a bit confused by what the value of __cpp_concepts
should be. Also replaces `__floating_point` with `floating_point` now
that it exists.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97015

Files:
  libcxx/include/concepts
  libcxx/include/numbers
  libcxx/include/random
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/numbers.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py
  libcxx/utils/libcxx/test/features.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97015.324830.patch
Type: text/x-patch
Size: 10974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210219/bae748e3/attachment-0001.bin>


More information about the libcxx-commits mailing list