Skip to content
  • Carsten Gräser's avatar
    Use forEachNode() in bindTree() · 9e4f4516
    Carsten Gräser authored
    This is just for demonstration. Unfortunately it only
    works when making the non-const methods of BasisNodeMixIn
    public because you cannot list lambdas as friends. However,
    I believe that this is not a big problem, because we only
    ever handout a const tree such that these functions are
    hidden from the user anyway.
    9e4f4516