[all-commits] [llvm/llvm-project] 9f4f6a: [libcxx] adds concept `std::uniform_random_bit_gen...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Thu Feb 18 17:47:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f4f6ac94bfcb474fa71dab40f1dbee6ee57398f
https://github.com/llvm/llvm-project/commit/9f4f6ac94bfcb474fa71dab40f1dbee6ee57398f
Author: Christopher Di Bella <cjdb.ns at gmail.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M libcxx/include/concepts
M libcxx/include/random
M libcxx/test/std/concepts/lang/arithmetic.pass.cpp
R libcxx/test/std/numerics/rand/rand.req/rand.req.urng/nothing_to_do.pass.cpp
A libcxx/test/std/numerics/rand/rand.req/rand.req.urng/uniform_random_bit_generator.compile.pass.cpp
Log Message:
-----------
[libcxx] adds concept `std::uniform_random_bit_generator`
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Differential Revision: https://reviews.llvm.org/D96577
More information about the All-commits
mailing list