Skip to content

Commit

Permalink
Fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Sep 29, 2020
1 parent e07f620 commit 92ab13c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alia/flow/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ read_condition(T const& x)

#define ALIA_REMOVE_DATA_TRACKING(ctx) \
ALIA_DISABLE_MACRO_WARNINGS \
auto _alia_ctx = ctx.remove<data_traversal_tag>(); \
auto _alia_ctx = alia::make_context( \
alia::detail::remove_tagged_data<data_traversal_tag>(ctx.contents_)); \
auto ctx = _alia_ctx; \
ALIA_REENABLE_MACRO_WARNINGS

Expand Down

0 comments on commit 92ab13c

Please sign in to comment.