Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Node.cpp

    r98e8b3b r52a4d69  
    266266template class ast::ptr_base< ast::FunctionType, ast::Node::ref_type::weak >;
    267267template class ast::ptr_base< ast::FunctionType, ast::Node::ref_type::strong >;
    268 template class ast::ptr_base< ast::BaseInstType, ast::Node::ref_type::weak >;
    269 template class ast::ptr_base< ast::BaseInstType, ast::Node::ref_type::strong >;
     268template class ast::ptr_base< ast::ReferenceToType, ast::Node::ref_type::weak >;
     269template class ast::ptr_base< ast::ReferenceToType, ast::Node::ref_type::strong >;
    270270template class ast::ptr_base< ast::StructInstType, ast::Node::ref_type::weak >;
    271271template class ast::ptr_base< ast::StructInstType, ast::Node::ref_type::strong >;
Note: See TracChangeset for help on using the changeset viewer.