Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    r733074e r17a0228a  
    1515
    1616#pragma once
     17
     18#include <string>
    1719
    1820#include "AST/Node.hpp"
     
    131133class TypeSubstitution;
    132134
     135std::string toString( const Node * );
     136
     137template < typename ... Params >
     138std::string toString( const Params & ... params ) {
     139        #warning not implemented
     140        return "";
     141}
     142
    133143typedef unsigned int UniqueId;
    134144
Note: See TracChangeset for help on using the changeset viewer.