Skip to content
  • Steffen Müthing's avatar
    [Interface] Add freestanding type aliases for node tags · b185f2f0
    Steffen Müthing authored
    This patch adds freestanding template aliases NodeTag<Node> and
    ImplementationTag<Node>. This improves readability and allows a future
    extension to nodes that do not carry the nested tag types (by
    introducing an intermediate dispatch mechanism). But for now, it's just
    about readability...
    b185f2f0