Changeset a488783 for src/AST/Node.hpp


Ignore:
Timestamp:
Jan 26, 2022, 2:42:52 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
bbfe226
Parents:
97fed44
Message:

Translated the first half of validate-D. HoistControlStruct? is pretty much the same, Autogen has changed a lot due to the changes in the AST.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Node.hpp

    r97fed44 ra488783  
    188188        }
    189189
     190        ptr_base & operator=( const node_t * node ) {
     191                assign( node );
     192                return *this;
     193        }
     194
    190195        template<typename o_node_t>
    191196        ptr_base & operator=( const o_node_t * node ) {
Note: See TracChangeset for help on using the changeset viewer.