Stop using random_shuffle in the libc++ test suite. It's going to be removed...
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. llvm-svn: 294328
Loading
Please register or sign in to comment