[libcxx-commits] [PATCH] D88131: adds [concepts.arithmetic]

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 22 20:23:27 PDT 2020


cjdb created this revision.
cjdb added reviewers: ldionne, CaseyCarter, eric_niebler, miscco, EricWF, mclow.lists, libc++.
cjdb added a project: libc++.
Herald added subscribers: libcxx-commits, dexonsmith.
cjdb requested review of this revision.

Adds:

- `std::integral`
- `std::signed_integral`
- `std::unsigned_integral`
- `std::floating_point`


Repository:
  rCXX libc++

https://reviews.llvm.org/D88131

Files:
  libcxx/include/concepts
  libcxx/test/std/concepts/lang/arithmetic.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88131.293631.patch
Type: text/x-patch
Size: 15022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200923/78e2d8fc/attachment-0001.bin>


More information about the libcxx-commits mailing list