Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/porting.md

    rd1ee9ec r033ff37  
    4747      template<typename node_t>
    4848      friend node_t * mutate(const node_t * node);
    49       template<typename node_t>
    50       friend node_t * shallowCopy(const node_t * node);
    51     or equilant.
    52 * You should use the `mutate` function where possible as it avoids extra copies.
    53   * If you must copy use `shallowCopy` or `deepCopy` as required.
    5449
    5550All leaves of the `Node` inheritance tree are now declared `final`
Note: See TracChangeset for help on using the changeset viewer.