[all-commits] [llvm/llvm-project] 10089c: scudo: Switch from std::random_shuffle to std::shu...
pcc via All-commits
all-commits at lists.llvm.org
Tue Nov 19 16:13:41 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 10089ce2027ac15fc04427189b3b22ccec4d8535
https://github.com/llvm/llvm-project/commit/10089ce2027ac15fc04427189b3b22ccec4d8535
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
Log Message:
-----------
scudo: Switch from std::random_shuffle to std::shuffle in a test.
This lets the test build with C++17.
Differential Revision: https://reviews.llvm.org/D70471
More information about the All-commits
mailing list