[libcxx-commits] [libcxx] [libc++] Fix random_shuffle in __cxx03/__algorithm/shuffle.h (PR #186443)

Zibi Sarbinowski via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 13 09:46:18 PDT 2026


zibi2 wrote:

Since the default check-cxx run tests only with std=c++26, I validated this test by running it manually in a C++03 configuration:

`llvm-lit <path-to-build>/libcxx/test/libcxx/utilities/function.objects/refwrap/unary.pass.cpp --param std=c++03`

https://github.com/llvm/llvm-project/pull/186443


More information about the libcxx-commits mailing list