[libcxx-commits] [PATCH] D114129: [libc++] Fix `uniform_int_distribution` for 128-bit result type

Fabian Wolff via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 1 15:03:02 PST 2021


fwolff added a comment.

In D114129#3165399 <https://reviews.llvm.org/D114129#3165399>, @leonardchan wrote:

> Is there something wrong on our end that's causing this to happen, or is this from something incorrect with the patch?

Could be; I will look into this (although technically you are not allowed to instantiate `std::uniform_int_distribution` with `bool` according to the standard <http://eel.is/c++draft/rand#req.genl-1.5>, as @ldionne has noted above).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114129/new/

https://reviews.llvm.org/D114129



More information about the libcxx-commits mailing list