Skip to content

Commit

Permalink
docs: Update policy integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Aug 29, 2024
1 parent 3a5f8a5 commit cebf049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ auto visitors = std::make_shared<visitor_list>()
| as_node_with_list_ref<attr_visitor_proxy>()
| as_node<type_caching_proxy>()
| as_node_with_list_ref<default_visitor>(
mctx, actx, *bld, std::move(mg), std::move(sg), strict_return, missing_return_policy
mctx, actx, *bld, std::move(mg), std::move(sg), std::move(policy)
)
| optional(enable_unsupported, as_node_with_list_ref<unsup_visitor>(*mctx, *bld))
| as_node<unreach_visitor>();
Expand Down

0 comments on commit cebf049

Please sign in to comment.