Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.cc

    r8bf784a r3906301  
    5757
    5858std::ostream & operator<<( std::ostream & out, const Declaration * decl ) {
    59         if ( decl ){
    60                 decl->print( out );
    61         } else {
    62                 out << "nullptr";
    63         }
     59        decl->print( out );
    6460        return out;
    6561}
Note: See TracChangeset for help on using the changeset viewer.