Changeset 17a0228a for src/AST/Fwd.hpp


Ignore:
Timestamp:
May 21, 2019, 2:27:53 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
51ff278
Parents:
dccc091
Message:

Added more visit passes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    rdccc091 r17a0228a  
    1515
    1616#pragma once
     17
     18#include <string>
    1719
    1820#include "AST/Node.hpp"
     
    134136
    135137template < typename ... Params >
    136 std::string toString( const Params & ... params );
     138std::string toString( const Params & ... params ) {
     139        #warning not implemented
     140        return "";
     141}
    137142
    138143typedef unsigned int UniqueId;
Note: See TracChangeset for help on using the changeset viewer.