Changeset cef7430 for src/AST/Node.hpp
- Timestamp:
- Jan 28, 2022, 2:50:51 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 3e5db5b4
- Parents:
- 6b2d444 (diff), e21f253 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/AST/Node.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.hpp
r6b2d444 rcef7430 188 188 } 189 189 190 ptr_base & operator=( const node_t * node ) { 191 assign( node ); 192 return *this; 193 } 194 190 195 template<typename o_node_t> 191 196 ptr_base & operator=( const o_node_t * node ) {
Note:
See TracChangeset
for help on using the changeset viewer.