mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
[libc++] Granularize <bit> includes
Reviewed By: ldionne, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D141228
This commit is contained in:
@@ -1927,6 +1927,7 @@ template <class BidirectionalIterator, class Compare>
|
||||
|
||||
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
|
||||
# include <atomic>
|
||||
# include <bit>
|
||||
# include <concepts>
|
||||
# include <cstring>
|
||||
# include <iterator>
|
||||
|
||||
Reference in New Issue
Block a user