From a901b56e773329caf83e29dc5ec9b294f8a599a0 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 23 Mar 2017 13:44:06 +0000 Subject: [PATCH] One more file for the random_shuffle removal git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@298598 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/__config | 1 + 1 file changed, 1 insertion(+) diff --git a/include/__config b/include/__config index d6c4f9194..95ffbe2ef 100644 --- a/include/__config +++ b/include/__config @@ -1073,6 +1073,7 @@ _LIBCPP_FUNC_VIS extern "C" void __sanitizer_annotate_contiguous_container( #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