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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 10 13:02:01 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/benchmarks/random.bench.cpp:1
+// -*- C++ -*-
+//===----------------------------------------------------------------------===//
----------------
laramiel wrote:
> 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.
Sorry for the miscommunication. I only meant the `// -*- C++ -*-`.


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