[all-commits] [llvm/llvm-project] 229104: [libc++][NFC] Simplify the mersenne_twister_engine...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Thu Apr 30 11:00:18 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 229104763d26a9588d3e1cf3488f238f493e8120
      https://github.com/llvm/llvm-project/commit/229104763d26a9588d3e1cf3488f238f493e8120
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2026-04-30 (Thu, 30 Apr 2026)

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

  Log Message:
  -----------
  [libc++][NFC] Simplify the mersenne_twister_engine implementation a bit (#194893)

This replaces some SFINAE and function overloading with `if
_LIBCPP_CONSTEXPR` to simplify the code a bit.



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