Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

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