[libcxx-commits] [PATCH] D96577: [libcxx] adds concept `std::uniform_random_bit_generator`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 12 00:21:03 PST 2021


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

Implements parts of:

- P0898R3 Standard Library Concepts
- P1754 <https://reviews.llvm.org/P1754> Rename concepts to standard_case for C++20, while we still can


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96577

Files:
  libcxx/include/random
  libcxx/test/std/concepts/lang/arithmetic.pass.cpp
  libcxx/test/std/numerics/rand/rand.req/rand.req.urng/nothing_to_do.pass.cpp
  libcxx/test/std/numerics/rand/rand.req/rand.req.urng/uniform_random_bit_generator.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96577.323232.patch
Type: text/x-patch
Size: 360306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210212/00e5ce83/attachment-0001.bin>


More information about the libcxx-commits mailing list