Changes in src/AST/Node.cpp [733074e:10a1225]
- File:
-
- 1 edited
-
src/AST/Node.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.cpp
r733074e r10a1225 16 16 #include "Node.hpp" 17 17 #include "Fwd.hpp" 18 19 #include <iostream>20 18 21 19 #include "Attribute.hpp" … … 44 42 assign( r ); 45 43 return r; 46 }47 48 std::ostream & ast::operator<< ( std::ostream & out, const ast::Node * node ) {49 (void)node;50 #warning unimplemented51 assertf(false, "Unimplemented");52 return out;53 44 } 54 45
Note:
See TracChangeset
for help on using the changeset viewer.