Changes in src/SynTree/Attribute.cc [ea6332d:db175c8]
- File:
-
- 1 edited
-
src/SynTree/Attribute.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Attribute.cc
rea6332d rdb175c8 14 14 // 15 15 16 #include < ostream> // for operator<<, ostream, basic_ostream, endl16 #include <cassert> 17 17 18 #include "Common/utility.h" 18 19 #include "Attribute.h" 19 #include "Common/utility.h" // for cloneAll, deleteAll, printAll 20 #include "Expression.h" // for Expression 20 #include "Expression.h" 21 21 22 22 Attribute::Attribute( const Attribute &other ) : name( other.name ) {
Note:
See TracChangeset
for help on using the changeset viewer.