Changeset 4864a73 for src/AST/Node.cpp
- Timestamp:
- Jun 5, 2019, 4:28:28 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0ce063b
- Parents:
- 2a8f0c1
- File:
-
- 1 edited
-
src/AST/Node.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.cpp
r2a8f0c1 r4864a73 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); } 36 39 37 40 template< typename node_t, enum ast::Node::ref_type ref_t >
Note:
See TracChangeset
for help on using the changeset viewer.