Changes in src/AST/Node.hpp [a488783:302ef2a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.hpp
ra488783 r302ef2a 188 188 } 189 189 190 ptr_base & operator=( const node_t * node ) {191 assign( node );192 return *this;193 }194 195 190 template<typename o_node_t> 196 191 ptr_base & operator=( const o_node_t * node ) {
Note:
See TracChangeset
for help on using the changeset viewer.