From 368faacac7525e538fa6680aea74e19a75e3458d Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 28 Feb 2022 16:37:25 -0500 Subject: [libc++] Revert "Protect users from relying on detail headers" & related changes This commit reverts 5aaefa51 (and also partly 7f285f48e77 and b6d75682f9, which were related to the original commit). As landed, 5aaefa51 had unintended consequences on some downstream bots and didn't have proper coverage upstream due to a few subtle things. Implementing this is something we should do in libc++, however we'll first need to address a few issues listed in https://reviews.llvm.org/D106124#3349710. Differential Revision: https://reviews.llvm.org/D120683 --- libcxx/include/__algorithm/replace.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libcxx/include/__algorithm/replace.h') diff --git a/libcxx/include/__algorithm/replace.h b/libcxx/include/__algorithm/replace.h index 3454403..d0ae8f6 100644 --- a/libcxx/include/__algorithm/replace.h +++ b/libcxx/include/__algorithm/replace.h @@ -13,7 +13,6 @@ #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) # pragma GCC system_header -# pragma clang include_instead() #endif _LIBCPP_BEGIN_NAMESPACE_STD -- cgit v1.1