Changes in src/AST/Fwd.hpp [17a0228a:733074e]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
r17a0228a r733074e 15 15 16 16 #pragma once 17 18 #include <string>19 17 20 18 #include "AST/Node.hpp" … … 133 131 class TypeSubstitution; 134 132 135 std::string toString( const Node * );136 137 template < typename ... Params >138 std::string toString( const Params & ... params ) {139 #warning not implemented140 return "";141 }142 143 133 typedef unsigned int UniqueId; 144 134
Note:
See TracChangeset
for help on using the changeset viewer.