[libcxx] r298598 - One more file for the random_shuffle removal
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 06:44:06 PDT 2017
Author: marshall
Date: Thu Mar 23 08:44:06 2017
New Revision: 298598
URL: http://llvm.org/viewvc/llvm-project?rev=298598&view=rev
Log:
One more file for the random_shuffle removal
Modified:
libcxx/trunk/include/__config
Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=298598&r1=298597&r2=298598&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Thu Mar 23 08:44:06 2017
@@ -1073,6 +1073,7 @@ _LIBCPP_FUNC_VIS extern "C" void __sanit
#if defined(_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES)
# define _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR
# define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS
+# define _LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE
#endif // _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES
#endif // __cplusplus
More information about the cfe-commits
mailing list