Changes in src/AST/Node.cpp [4864a73:76ed81f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.cpp
r4864a73 r76ed81f 34 34 template< typename node_t, enum ast::Node::ref_type ref_t > 35 35 void ast::ptr_base<node_t, ref_t>::_dec( const node_t * node ) { node->decrement(ref_t); } 36 37 template< typename node_t, enum ast::Node::ref_type ref_t >38 void ast::ptr_base<node_t, ref_t>::_check() const { if(node) assert(node->was_ever_strong == false || node->strong_count > 0); }39 36 40 37 template< typename node_t, enum ast::Node::ref_type ref_t >
Note: See TracChangeset
for help on using the changeset viewer.