Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Attribute.hpp

    r6d98a07 r7e89526  
    4747};
    4848
    49 
    50 
    51 //=================================================================================================
    52 /// This disgusting and giant piece of boiler-plate is here to solve a cyclic dependency
    53 /// remove only if there is a better solution
    54 /// The problem is that ast::ptr< ... > uses increment/decrement which won't work well with
    55 /// forward declarations
    56 inline void increment( const class Attribute * node, Node::ref_type ref ) { node->increment( ref ); }
    57 inline void decrement( const class Attribute * node, Node::ref_type ref ) { node->decrement( ref ); }
    5849}
    5950
Note: See TracChangeset for help on using the changeset viewer.