Skip to content

Commit 3402e20

Browse files
c8efaokblast
authored andcommitted
[libc++][C++03] Cherry pick llvm#164272 (llvm#164447)
1 parent 8a33816 commit 3402e20

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcxx/include/__cxx03/__algorithm/for_each.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@
1414
#include <__cxx03/__config>
1515
#include <__cxx03/__iterator/segmented_iterator.h>
1616
#include <__cxx03/__type_traits/enable_if.h>
17-
#include <__cxx03/__utility/move.h>
1817

1918
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
2019
# pragma GCC system_header
2120
#endif
2221

23-
_LIBCPP_PUSH_MACROS
24-
#include <__cxx03/__undef_macros>
25-
2622
_LIBCPP_BEGIN_NAMESPACE_STD
2723

2824
template <class _InputIterator, class _Function>
@@ -34,6 +30,4 @@ _LIBCPP_HIDE_FROM_ABI _Function for_each(_InputIterator __first, _InputIterator
3430

3531
_LIBCPP_END_NAMESPACE_STD
3632

37-
_LIBCPP_POP_MACROS
38-
3933
#endif // _LIBCPP___CXX03___ALGORITHM_FOR_EACH_H

0 commit comments

Comments
 (0)