Skip to content

Commit a616fdf

Browse files
committed
Remove undef macros
1 parent 5af2317 commit a616fdf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxx/include/__algorithm/for_each.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# pragma GCC system_header
2222
#endif
2323

24-
_LIBCPP_PUSH_MACROS
25-
#include <__undef_macros>
26-
2724
_LIBCPP_BEGIN_NAMESPACE_STD
2825

2926
template <class _InputIterator, class _Sent, class _Func, class _Proj>
@@ -59,6 +56,4 @@ for_each(_InputIterator __first, _InputIterator __last, _Func __f) {
5956

6057
_LIBCPP_END_NAMESPACE_STD
6158

62-
_LIBCPP_POP_MACROS
63-
6459
#endif // _LIBCPP___ALGORITHM_FOR_EACH_H

0 commit comments

Comments
 (0)