- Timestamp:
- May 10, 2019, 3:02:12 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4ab0669
- Parents:
- 2a5e8a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/AST/Attribute.hpp ¶
r2a5e8a6 r6d98a07 47 47 }; 48 48 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 ); } 49 58 } 50 59
Note: See TracChangeset
for help on using the changeset viewer.