[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
Tue Nov 30 16:10:34 PST 2021


fwolff added a comment.

In D114129#3162487 <https://reviews.llvm.org/D114129#3162487>, @ldionne wrote:

> Ok. In that case, can we add a comment somewhere in `uniform_int_distribution` that `__int128_t` is supported?

Done, and thanks for reviewing this! Can you also commit it for me? You can use name and email as in commit `dc1c27149f214ff099e99930226ae312b0cf1910` for attribution. Thanks!


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

https://reviews.llvm.org/D114129



More information about the libcxx-commits mailing list