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