[all-commits] [llvm/llvm-project] d364c0: [libc++][NFC] Inline mersenne_twister_engine funct...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Thu Dec 4 03:39:50 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d364c0eda906621513e1cac2ff4b0f3de6b8df7a
      https://github.com/llvm/llvm-project/commit/d364c0eda906621513e1cac2ff4b0f3de6b8df7a
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-12-04 (Thu, 04 Dec 2025)

  Changed paths:
    M libcxx/include/__random/mersenne_twister_engine.h

  Log Message:
  -----------
  [libc++][NFC] Inline mersenne_twister_engine functions into the class body (#170454)

Defining the functions outside the class makes things way harder to read
here, since the list of template arguments is incredibly long.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list