[libcxx-commits] [PATCH] D125329: Replace modulus operations in std::seed_seq::generate with conditional checks.

Laramie Leavitt via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 10 12:59:11 PDT 2022


laramiel added inline comments.


================
Comment at: libcxx/benchmarks/random.bench.cpp:1
+// -*- C++ -*-
+//===----------------------------------------------------------------------===//
----------------
philnik wrote:
> This shouldn't be in a `.cpp` file, only in `.h` files.
I can do that, but it's in a lot of the *.bench.cpp files. Though not all.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125329



More information about the libcxx-commits mailing list