summaryrefslogtreecommitdiff
path: root/AK/RecursionDecision.h
AgeCommit message (Collapse)Author
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
This patch adds the `USING_AK_GLOBALLY` macro which is enabled by default, but can be overridden by build flags. This is a step towards integrating Jakt and AK types.
2021-08-07AK: Add RecursionDecisionsin-ack
Similar to IterationDecision, this can be returned from callbacks passed to recursive traversal functions to signal how to proceed.