Revert "[libc++] Granularize the rest of memory"
Breaks buildbots. This reverts commit 30adaa730c4768b5eb06719c808b2884fcf53cf3.
This commit is contained in:
@@ -1709,6 +1709,7 @@ template <class BidirectionalIterator, class Compare>
|
||||
#include <__debug>
|
||||
#include <cstddef>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
#include <version>
|
||||
|
||||
@@ -1903,11 +1904,7 @@ template <class BidirectionalIterator, class Compare>
|
||||
#endif
|
||||
|
||||
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
|
||||
# include <atomic>
|
||||
# include <chrono>
|
||||
# include <iterator>
|
||||
# include <memory>
|
||||
# include <stdexcept>
|
||||
# include <utility>
|
||||
#endif
|
||||
|
||||
@@ -1919,7 +1916,7 @@ template <class BidirectionalIterator, class Compare>
|
||||
#endif
|
||||
|
||||
#if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17
|
||||
# include <__pstl_algorithm>
|
||||
# include <__pstl_algorithm>
|
||||
#endif
|
||||
|
||||
#endif // _LIBCPP_ALGORITHM
|
||||
|
||||
Reference in New Issue
Block a user