Ignore:
Timestamp:
May 16, 2019, 4:56:56 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
6f8e87d
Parents:
41b24c8
Message:

Fixed several compilation errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/TypeSubstitution.hpp

    r41b24c8 racd80b4  
    189189}
    190190
    191 //=================================================================================================
    192 /// This disgusting and giant piece of boiler-plate is here to solve a cyclic dependency
    193 /// remove only if there is a better solution
    194 /// The problem is that ast::ptr< ... > uses increment/decrement which won't work well with
    195 /// forward declarations
    196 inline void increment( const class TypeSubstitution * node, Node::ref_type ref ) { node->increment(ref); }
    197 inline void decrement( const class TypeSubstitution * node, Node::ref_type ref ) { node->decrement(ref); }
    198 
    199191} // namespace ast
    200192
Note: See TracChangeset for help on using the changeset viewer.