[all-commits] [llvm/llvm-project] ce6153: [libc++] Split dylib instantiations for deprecated...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jun 30 10:50:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ce6153a5282c2a66a814ac321d5af442cbb5614a
https://github.com/llvm/llvm-project/commit/ce6153a5282c2a66a814ac321d5af442cbb5614a
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M libcxx/src/CMakeLists.txt
M libcxx/src/algorithm.cpp
A libcxx/src/random_shuffle.cpp
Log Message:
-----------
[libc++] Split dylib instantiations for deprecated std::random_shuffle into a separate source file
That makes it easier to exclude from the build if one wants to build libc++
without support for the deprecated std::random_shuffle.
More information about the All-commits
mailing list