Skip to content

Commit e51f077

Browse files
committed
#undef execution.h helper
1 parent 1f53bd2 commit e51f077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/nbl/core/execution.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace nbl::core
2929
#if !defined (__clang__)
3030
namespace execution = std::execution;
3131

32-
3332
ALIAS_TEMPLATE_FUNCTION(for_each_n, std::for_each_n)
3433
ALIAS_TEMPLATE_FUNCTION(for_each, std::for_each)
3534
ALIAS_TEMPLATE_FUNCTION(swap_ranges, std::swap_ranges)
@@ -60,5 +59,7 @@ ALIAS_TEMPLATE_FUNCTION(nth_element, oneapi::dpl::nth_element)
6059
#endif
6160
}
6261

62+
#undef ALIAS_TEMPLATE_FUNCTION
63+
6364
#endif
6465

0 commit comments

Comments
 (0)